@section('title') Content Settings @endsection @section('breadcrumbs') {{ Breadcrumbs::render('content-settings.who-we-are.show', $who->id) }} @endsection

{{ __('View Who We Are') }}

{{ $who->title ?? '-' }}
{{ $who->content ?? '-' }}
{{ $who->priority ?? '-' }}
@if ($who->status == 1) {{ 'Active' }} @else {{ 'Not Active' }} @endif
@section('scripts') @endsection