@extends('layout') @section('css') @endsection @section('content')

Total Pengiriman selesai: {{ ribuan($totreceipts) }}

Total Carton: {{ ribuan(($receipts->sum('carton_count'))) }} ctn

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

Total Berat: {{ ribuan($totweight)}} kg

{{-- --}} @if(!$receipts->isEmpty()) @foreach ($receipts as $receipt) {{-- --}} {{-- --}} @endforeach @else @endif
No No. Receipt Shipping Marks Destination Total Carton Total Volume (m3) Total Weight (kg) Date & TimeStatusAction
{{ $loop->iteration }} {{ $receipt->no_resi }} {{$receipt->shipping_mark}} {{$receipt->shipping_to}}{{$receipt->carton_count}}{{$receipt->total_ctn}} {{$receipt->receipt_detail->sum('total_volume')}} {{$receipt->receipt_detail->sum('total_berat')}} {{$receipt->created_at}}{{ $i>5 ? 'Loaded to Container' : 'Received at Warehouse'}} {{-- --}} {{-- --}}
Data Kosong
@endsection @section('js') @endsection