About Us Information
{{-- --}}
@if ($aboutUs->isEmpty())
@endif
No About Us information has been added yet. Please click the "Add About Us" button to create one.
@else
| S.N. | Image | Tagline | Years of Experience | Display Order | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if ($item->image)
|
{{ Str::limit($item->tagline, 50) }} | {{ $item->years_of_experience ?? 'N/A' }} | {{ $item->display_order }} | @if($item->is_published) Published @else Draft @endif |