@extends('layouts.app') @section('title') {{__('Dashboard')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Dashboard')}}

@endsection @section('content') @can('admin')

{{$tests_count}}

{{__('Tests')}}

{{__('More info')}}

{{$patients_count}}

{{__('Patients')}}

{{__('More info')}}

{{$contracts_count}}

{{__('Contracts')}}

{{__('More info')}}
{{__('Today income amount')}} {{$today_paid}} {{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