@extends('layouts.layout') @section('one_page_css') @endsection @section('one_page_js') @endsection @section('content')

@lang('Dashboard')

@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'] }}

@lang('Monthly Debit/Credit')

{{ date('Y') }} @lang('Debit/Credit')

@lang('Overall Debit/Credit')

@endsection @push('footer') @endpush