@extends($master) @section('title', 'All Product') @section('body') {{--
--}}

Cash on Hand

@isset($cashOnHand->balance){{number_format($cashOnHand->balance, 0,)}}@endisset TK

Today's Income

@isset($income){{number_format($income, 0,)}}@endisset TK

Today's Expenses

@isset($cost){{number_format($cost, 0,)}}@endisset TK

Today's Patient

@isset($countInvoice){{number_format($countInvoice, 0,)}}@endisset

Today's Tests

@isset($countTest){{number_format($countTest, 0,)}}@endisset

This Month Income

@isset($monthIncome){{number_format($monthIncome, 0,)}}@endisset TK

This Month Expenses

@isset($monthCost){{number_format($monthCost, 0,)}}@endisset TK

This Month Patient

@isset($monthInvoice){{number_format($monthInvoice, 0,)}}@endisset

This Month Test

@isset($monthTest){{number_format($monthTest, 0,)}}@endisset

@endsection