@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('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() }} |