@forelse($locations as $location)

{!! $location->name !!}

{!! $location->email !!}
Verified Approved

{!! $location->details !!}

@empty @endif