@extends('layouts.app') @section('title') {{__('Show patient type')}} @endsection @section('breadcrumb')

{{__('Patient Type')}}

@endsection @section('content')

{{__('Show patient type')}}

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