@extends('layouts.dashboard') @section('content')
Client
@if (session('success'))
{{ session('success') }}
@endif
Existing Client(s) Details
@include('patient.addPatient_ajax')
Action Client Id Client Name Email DOB Contact No Gender Street City State Zip Code Status Created By Created Date
@endsection @section('footer_scripts') @endsection