@include('includes.message')
Sr. No. |
Image |
Title |
Sequence |
Status |
Actions |
@foreach($data as $key => $about)
{{ $key + 1 }} |
@if(!empty($about->image))
@else
No Image
@endif
|
{{ $about->title }} |
{{ $about->sequence }} |
@if($about->status == 1)
Active
@else
Inactive
@endif
|
Edit
Delete
|
@endforeach
@endsection