@extends('layouts.admin') @section('title', env('APP_NAME') . ' | ใบกำกับกล่องสินค้า') @section('content')

ใบกำกับกล่องสินค้า

@foreach($data['box'] as $key => $box) @endforeach
รหัสสาขา ใบสั่งซื้อ บาร์โค้ดกำกับกล่อง จัดการ
{{ $box->XVStoreNbr ?? '' }} {{ $box->XVPONbr ?? '' }} {{ $box->XVBoxCode ?? '' }} @can('order_edit') @endcan
{{-- {!! $roles->total() !!} {{ trans_choice('labels.backend.access.roles.table.total', $roles->total()) }} --}}
{{-- {!! $roles->render() !!} --}}
@endsection @section('scripts') @endsection