@extends('layouts.app')
@section('title')
{{__('Dashboard')}}
@endsection
@section('css')
@endsection
@section('breadcrumb')
@endsection
@section('content')
@can('admin')
{{$tests_count}}
{{__('Tests')}}
{{$patients_count}}
{{__('Patients')}}
{{$contracts_count}}
{{__('Contracts')}}
{{$groups_count}}
{{__('Invoices')}}
{{$groups_count}}
{{__('Doctors')}}
{{$groups_count}}
{{__('Bookings')}}
{{__('Today income amount')}}
{{$today_paid}} {{get_currency()}}
{{__('Today expense amount')}}
{{$today_total_expense}} {{get_currency()}}
{{__('Today profit amount')}}
{{$today_profit}} {{get_currency()}}
{{__('Tests')}}
{{$group_tests_count}}
{{__('Pending Tests')}}
{{$pending_tests_count}}
{{__('Completed Tests')}}
{{$done_tests_count}}
@endcan
@endsection
@section('scripts')
@endsection