@extends('layouts.app') @section('title') {{__('Create Patient Type')}} @endsection @section('breadcrumb')

{{__('Patient Type')}}

@endsection @section('content')

{{__('Create Patient Type')}}

@csrf @include('admin.patient_type._form')
@endsection @section('scripts') @endsection