@if(!Request::is('patient/my-cases'))
@endif {{-- show export box conditions --}} @if (Request::is( 'nurses', 'receptionists', 'lab-technicians', 'pharmacists', 'appointments', 'doctors', 'incomes', 'expenses', 'call-logs', 'visitors', 'patients', 'case-handlers', 'patient-admissions', 'ambulances'))
@endif {{-- show datebox size filter conditions --}} @if (Request::is( 'appointments', 'doctor-opd-charges', 'item-categories', 'live-consultation', 'brands', 'advanced-payments'))
@endif @if (!Request::is('employee/invoices','patient/my-cases','employee/patient-admissions'))
@endif
@include('livewire.skeleton_files.records')