@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Dashboard'])
{{ numberFormat($monthly_sum) }} Total Monthly Invoice
{{ numberFormat($weekly_sum) }} Total Weekly Invoice
0 Total No. of Picks
{{ numberFormat($storage) }}
Storage Value
Item Without Price
{{ $item_without_price }}
Item With Price
{{ $item_with_price }}
Total Items
{{ $total_item }}
Storage Capacity
Total
0
Occupied
0
Free
0

Invoice Graph

Invoice Details Show More

@foreach ($invoice as $invoice_data) @endforeach
Inv Id Date Price Action Download
{{ $invoice_data['invoice_no'] }} {{ date('d-m-Y', strtotime($invoice_data['created_at'])) }} {{ number_format($invoice_data['total_amount'], 2) }} View Details excel
@endsection @push('scripts') @endpush