@extends('layouts.app') @section('title', __('clinic.edit_patient')) @section('heading', __('clinic.edit_patient')) @section('content')
@csrf @method('PUT') @include('patients._form', ['patient' => $patient])
{{ __('clinic.cancel') }}
@endsection