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