@extends('layouts.app') @section('content')

Edit Encounter

Update clinical encounter details

@if ($errors->any())
Fix the following:
@endif
@csrf @method('PUT')
Cancel
@endsection