@if ($data['hospitals']->count() == 0)
{{ __('messages.lunch_break.filters') . ':' }}
{{ __('messages.hospitals_type') . ':' }}

{{ __('messages.common.no_matching_records_found') }}

@else @foreach ($data['hospitals'] as $key => $hospital) @if ($key == 0)
{{ __('messages.lunch_break.filters') . ':' }}
{{ __('messages.hospitals_type') . ':' }}
@else
@endif {{-- --}} @endforeach @endif
{{ $data['hospitals']->links() }}