@extends('layouts.admin') @section('title', env('APP_NAME') . ' | รายงานตรวจรับการจัดส่ง') @section('content')

รายงานตรวจรับการจัดส่ง

{{-- --}} @php $row=1; @endphp @foreach ($datas as $item) @endforeach
ลำดับ วันที่ ทะเบียนรถรหัส Barcoed กล่องจำนวนสินค้า รายละเอียด สถานะ
{{ $row++}} {{ $item->XDDateInSend}} {{ $item->XVCarCode}} {{ $item->XICountAll}} รายละเอียด {{ $item->XCStatusSend}}
{{-- {!! $roles->total() !!} {{ trans_choice('labels.backend.access.roles.table.total', $roles->total()) }} --}}
{{-- {!! $roles->render() !!} --}}
@endsection @section('styles') @endsection @section('scripts') @endsection {{-- group order size --}}