@extends('layouts.main') @section('title', '| Add Referral Hospital') @section('content')

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

@include('clinical_data::referral_hospitals.menu')
@include('flash::message')
{{ Form::open(['route' => 'referral_hospitals.store','data-toggle' => 'validator']) }}
{{ Form::label('name', __('referral_hospitals.hospital_name')) }} {{ Form::text('name', '', ['class' => 'form-control compulsory' , 'required']) }}
{{ Form::button(__('referral_hospitals.submit'),['type'=>'submit','class'=>'btn btn-success waves-effect waves-light m-r-10']) }} {{ Form::button(__('referral_hospitals.cancel'),['type'=>'reset','class'=>'btn btn-default waves-effect waves-light']) }} {{ Form::close() }}
@endsection @push('scripts') @endpush