@extends('layouts.portal') @section('title', $patient->full_name . ' — ' . config('app.name')) @section('page_title', __('common.edit') . ' · ' . $patient->full_name) @section('content')
@csrf @method('PUT') @include('portal.patients._form')
{{ __('common.cancel') }} @can('delete', $patient) @endcan
@can('delete', $patient)
@csrf @method('DELETE')
@endcan @endsection