@extends('client.layout.master')
@section('page-title', 'Patient')
@section('breadcrumb')
Dashboard
Patient
@endsection
@section('title','Client')
@section('content')
{{--
--}}
{{--
--}}
{{-- {{request()->has('clinicId') ? \App\Models\Clinic::find(request()->input('clinicId'))->name : null}}--}}
{{--
--}}
{{-- --}}
@endsection