Edit About Page
@foreach($aboutContents as $content)
@endforeach
@if($aboutContents->isEmpty())
{{ $content->display_section }}
{{ $content->is_active ? 'Active' : 'Inactive' }}
@if($content->image)
@if(Str::startsWith($content->image, 'http'))
@else
@endif
@endif
{{ $content->title ?: 'No Title' }}
{{ Str::limit($content->content, 100) }}
Order: {{ $content->order }}
No About Content Found
Click "Add New Section" to create your first about content.