@include('admin.layout.message')
| Sl.No. |
Image |
Title |
Description |
Action |
@if(!empty($allAbout))
@foreach($allAbout as $data)
| {{$i}} |
|
{{$data['title']}}
|
{!! $data['description'] !!}
|
@if($data->status == 'Active')
@else
@endif
|
@endforeach
@endif
| Sl.No. |
Image |
Title |
Description |
Action |
@endsection
@push('scripts')