@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('referral_hospitals.referral_hospital') }}

@include('clinical_data::referral_hospitals.menu')
@include('flash::message')
@foreach($referral_hospitals as $referral_hospital) @endforeach
{{ __('referral_hospitals.hospital_name') }}
{{ __('referral_hospitals.hospital_name') }}
{{ $referral_hospital->name }} {{ __('referral_hospitals.edit') }} {{ Form::model($referral_hospital->id ,['method' => 'DELETE', 'route' => ['referral_hospitals.destroy', $referral_hospital->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush