@extends('layouts.app')
@section('title')
{{__('Dashboard')}}
@endsection
@section('css')
@endsection
@section('breadcrumb')
@endsection
@section('content')
@can('admin')
{{$tests_count}}
{{__('Tests')}}
{{$cultures_count}}
{{__('Cultures')}}
{{$antibiotics_count}}
{{__('Antibiotics')}}
{{$patients_count}}
{{__('Patients')}}
{{$contracts_count}}
{{__('Contracts')}}
{{__('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}}
{{__('Cultures')}}
{{$group_cultures_count}}
{{__('Pending Culltures')}}
{{$pending_cultures_count}}
{{__('Completed Cultures')}}
{{$done_cultures_count}}
@endcan
@endsection
@section('scripts')
@endsection