@extends('user.layout') @section('content')
@include('user.templates.navbar')
@include('user.templates.top-bar')
Add New Patient
@csrf
Please enter a valid name (letters only).
Enter a valid 10-digit phone number.
Please enter a valid age.
Please select gender.
Please enter doctor name.
@endsection