@foreach ($object_list as $object)

{{ $object->title }}

{{ $object->address }}
Ph: {{ $object->phone }}
Fax: {{ $object->fax }}
Email: {{ $object->email }}
@endforeach