@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',279)->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('id',285)->first()->custom_text }}

{{ $websiteLang->where('id',286)->first()->custom_text }}
@foreach ($features as $index => $item) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',90)->first()->custom_text }} {{ $websiteLang->where('id',103)->first()->custom_text }} {{ $websiteLang->where('id',287)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $item->title }} {{ $item->description }} @if ($item->status==1) @else @endif
@foreach ($features as $item) @endforeach @endsection