@section('content') @section('sub_menu') @include('about_us/menu') @stop @section('background_img')
img
@stop
@foreach($insights as $insight)

{{ $insight->title }} By: {{ $insight->name}}, {{ date("M d Y", strtotime($insight->created_at)) }}

{{ $insight->content }}

{{ $insight->name }}

{{ $insight->description }}

@endforeach
{{ $insights->links() }}
@endsection