@extends('layouts.app') @section('title', 'Edit patient') @section('content')

Edit patient

@csrf @method('PUT')
@include('patients._form')
Cancel
@csrf @method('DELETE')
@endsection