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

{{__('Patient Type')}}

@endsection @section('content')

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

@csrf @method('put') @include('admin.patient_type._form')
@include('admin.patients.rename_file')
@endsection @section('scripts') @endsection