@section('content') @include('about_us/menu') @include('about_us/overview_background_img')
@include('about_us/overview_menu')
@foreach($overview as $row)

{{ $row->title }}

{{ $row->content }}
@endforeach
{{ $overview->links() }}
@endsection