@if (count($listings)>0)
@foreach ($listings as $key => $data)
{{ $data->openClose($data->id) }}
@if ($data->is_featured)
@lang('Featured')
@endif
{{ $data->real_address }}
{{ $data->phone_number }}
@endforeach
@else
{{__('No Directory Found')}}
@endif