@extends('layouts.user') @section('title') {{ $title }} @stop @section('styles') @stop @section('content')

blur_on {{ $title }}

{{----}} @foreach($contacts as $contact) {{----}} @endforeach
Name Email Phone Company
{{$contact->first_name}} {{$contact->last_name}} {{$contact->website}} {{$contact->mobile}} {{($contact->company) ? $contact->company->name : 'Personal'}}
@stop