@extends('layout') @section('css') @endsection @section('content') @if(in_array(Auth::user()->role,[2,5]))

总收入: {{ ribuan($totreceipts) }}

箱总数: {{ ribuan($totcarton) }} ctn

总立方: {{ yuan($totvolume) }} m3

总重: {{ yuan($totweight) }} kg


{{-- --}} {{-- --}} {{-- --}} @if(!$receipts->isEmpty()) @foreach ($receipts as $receipt) {{-- --}} {{-- --}} {{-- --}} @endforeach {{-- @else --}} @endif
数字 流水号 No. Resi Coload 快递流水号 唛头 目的地箱总数Total总立方 (m3) 总重 (kg)日期和时间Status行动
{{ $loop->iteration }} {{ $receipt->no_resi }} {{ $receipt->no_resi_coload }} {{$receipt->no_local_cina}} {{$receipt->shipping_mark}} {{$receipt->shipping_to}}{{$receipt->carton_count}} Karton : {{$receipt->total_ctn}}
Vol. : {{number_format($receipt->receipt_detail->sum('total_volume'), 3, '.', '')}}
Weight. : {{$receipt->receipt_detail->sum('total_berat')}}
{{$receipt->receipt_detail->sum('total_berat')}}{{$receipt->created_at}}{{ $i>5 ? 'Loaded to Container' : 'Received at Warehouse'}} {{-- --}}
Data Kosong
@else

Total Receipt: {{ ribuan($totreceipts) }}

Total Carton: {{ ribuan($totcarton) }} ctn

Total Volume: {{ yuan($totvolume) }} m3

Total Weight: {{ yuan($totweight) }} kg

{{--
--}} {{--
--}}
@if ($warehouse_name == 'Guangzhou') View All @elseif ($warehouse_name == 'Yiwu') View All @else View All @endif
Showing data within 1 months by default
{{--
--}} {{--
--}}
{{-- --}} {{-- --}} {{-- --}}
No No. Receipt No. Resi Coload Nama Member No. China Local Express Ekspedisi Shipping Marks DestinationTotal CartonTotalTotal Weight (kg)Status Resi Status Notifikasi Date & TimeStatusAction
@endif @endsection @section('js') @if(in_array(Auth::user()->role,[2,5])) @else @endif @endsection