{{-- Welcome {{ __(Auth::user()->name) }} --}} @extends('user.layouts.app') @section('content') @section('title', 'Dashboard')

{{__('language.welcome')}}

{{__('language.filter_by')}}
{{__('language.overview')}}

{{-- {{__('Summary')}} --}}

Total Invoice

{{numberFormat($total_invoice_sum)}}

{{ __('language.total_invoice') }}
@if ($invoice_perc >0){{'+'}} @endif {{$invoice_perc}}% from last week
Total Invoice

{{numberFormat($average_order_value)}}

{{ __('language.avg_order_value') }}
@if ($average_order_value_perc >0){{'+'}} @endif {{$average_order_value_perc}}% from last week
{{__('language.overview')}}
{{--

{{__('Summary')}}

--}}
Total Invoice

{{numberFormat($total_storage_cost)}}

{{ __('language.daily_stock_value') }}

{{__('language.best_selling_product')}}

@php $i = 0; @endphp @foreach ($best_selling_product as $product) @php $i = $i+1; @endphp @endforeach
# {{__('Name')}} {{__('ID')}} {{__('language.quantity')}}
{{$i}} {{$product->ItemName}} {{$product->ItemNrInt}} {{$product->qty}}

{{__('language.invoice_detail')}}

@foreach($invoice as $invoice_data) @endforeach

{{date('M,d,Y',strtotime($invoice_data->InvoiceDate))}}

{{$invoice_data->invoice_no}}

{{numberFormat($invoice_data->total_amount)}} excel
{{ __('Notification details') }}
latest notification
Branch 01
13 july, 2023, 10:30 pm
@endsection