@extends('layouts.layoutapp') @section('content')

Total Staffs

{{$staff_count ?? 0}}

Total Products

{{$product_count ?? 0}}

Today's Invoices

{{$invoice_count ?? 0}}

Total Selling Price

{{ number_format($todayTotalSellingPrice ?? 0, 2) }}
@if(in_array(Auth::user()->user_flg , ['A','SU']))

Total Margin Price

{{number_format($todayTotalMarginPrice ?? 0, 2)}}

Today's Profit

{{number_format($todayTotalProfit ?? 0, 2)}}
@endif
@endsection @push('scripts') @endpush