@section('content') @section('sub_menu') @include('resources/menu') @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->appends(array('category_id' => Input::get('category_id')))->links() }}
@endsection