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