@extends('layouts.app')
@section('title')
{{ __('messages.hospitals_type') }}
@endsection
@section('content')
@include('flash::message')
{{ Form::hidden('hospitalTypeCreateUrl', route('super.admin.hospitals.type.store'), ['class' => 'hospitalTypeCreateUrl']) }}
{{ Form::hidden('hospitalTypeEditUrl', url('hospital-type'),['id' => 'hospitalTypeEditUrl']) }}
@include('hospital_type.create-modal')
@include('hospital_type.edit-modal')
@endsection