@section('content') @section('sub_menu') @include('about_us/menu') @stop @section('scripts') {{ HTML::script('js/jquery.scrollTo.js') }} @stop @section('background_img')
img
@stop @section('about_us_arrow')
@stop
@foreach($press as $row)

{{ $row->title }} {{ date("M d Y", strtotime($row->created_at)) }}

{{ $row->content }}

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