@extends('adminlte::page') @section('adminlte_css') @endsection @section('content')
@lang('global.Edit') @lang('global.Patient')
@include('common.form-errors')
@csrf @method('PUT') @if($checkup->id)
@endif @include('patient.partial._form')
@endsection