@extends('layouts.layout')
@section('one_page_css')
@endsection
@section('one_page_js')
@endsection
@section('content')
@lang('Department')
{{ $dashboardCounts['departments'] }}
@lang('Doctor')
{{ $dashboardCounts['doctors'] }}
@lang('Patient')
{{ $dashboardCounts['patients'] }}
@lang('Patient Appointment')
{{ $dashboardCounts['appointments'] }}
@lang('Patient Case Studies')
{{ $dashboardCounts['caseStudies'] }}
@lang('Prescription')
{{ $dashboardCounts['prescriptions'] }}
@lang('Invoice')
{{ $dashboardCounts['invoices'] }}
@lang('Payment')
{{ $dashboardCounts['payments'] }}
@endsection
@push('footer')
@endpush