@extends('layouts.nifty') @section('content') Profiling List of Patients Edit Patient Edit Patient Complete the form below to Edit Patient. @csrf @method('PUT') Last Name * First Name * Middle Name Address * Gender {{ $patients->gender }} Male Female Senior Citizen ID No Mobile No * Tel. No Email Address Birth Date Allergies {{ $patients->allergies }} Conditions {{ $patients->conditions }} @if( (new Jenssegers\Agent\Agent)->isDesktop()) @else @endif @include('partials.footer') @endsection
Complete the form below to Edit Patient.