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

A FAMILY OF Trusted advisors

Our professional relationships span the financial industry, allowing us to provide our clients and prospects with a profound level of service.

@stop @section('about_us_arrow')
@stop
@include('about_us/professional_referrals_menu')
@foreach($professional_referrals as $row)

{{ $row->title }}

{{ $row->content }}
@if(!empty($row->logo) && file_exists(public_path().'/uploads/professional_referrals/'.$row->logo)) @endif
@endforeach
{{ $professional_referrals->appends(array('category_id' => Input::get('category_id')))->links() }}
@endsection