Customer Dashboard
@elseAdmin Dashboard
@endifRenewal Date
@if(auth()->user()->renewal_date && auth()->user()->user_type == 1 ) {{ \Carbon\Carbon::parse(auth()->user()->renewal_date)->format('d-m-Y') }} @else - @endif
{{--Inwards
{{number_format($total_inwards)}}
{{--Total Pending
Rs. {{number_format($totalPending,2)}}
{{--Outwards
{{number_format($total_Outwards)}}
{{--Warehouse Usage
| Occupied | {{ warehousegraph('total_sqfts') - warehousegraph('rem_sqft') }} |
| Remaining | {{ warehousegraph('rem_sqft') }} |
Top Customers
| Name | Max sqft |
|---|---|
|
{{$cust->customername->name}}
|
{{$cust->max_sqft}} |