@extends('admin.layouts.app') @section('title','Add Patient') @section('header') Add Patient @endsection @section('content')
@csrf
Personal Information
Medical Information
Emergency Contact
Insurance Information
Notes
Cancel
@endsection