| # |
Heading |
Short Content |
Image |
Action |
@forelse ($abouts as $key => $about)
| {{ $key + 1 }} |
{{ $about->heading }} |
{{ \Illuminate\Support\Str::limit(strip_tags($about->content1 ?? ''), 80, '...') }}
|
@if($about->image)
@else
No image
@endif
|
|
@empty
|
No about entries found.
|
@endforelse
@if(method_exists($abouts, 'links'))
{{ $abouts->links('pagination::bootstrap-4') }}
@endif