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

{{__('Patients')}}

@endsection @section('content')

{{__('Edit patient')}}

@csrf @method('put') @include('admin.patients._form')
@endsection @section('scripts') @cannot('bulk_action_patient') @endcan @endsection