@extends('landing.layouts.app') @section('title') {{ __('messages.hospitals') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')

{{ __('messages.hospitals') }}

HMS-Sass

{{ __('messages.our_hospitals') }}

@livewire('hospitals-listing')
@include('landing.home.subscribe_section')
@endsection @section('scripts') {{-- --}} @endsection