@extends('layouts.admin') @section('title', env('APP_NAME') . ' | รายงานสินค้าคงค้าง') @section('content')

รายงานสินค้าคงค้าง

@php $row = 1; @endphp @foreach ($datas as $item) @endforeach
ลำดับ เลขที่ Order รายละเอียด Size จำนวนคงเหลือ รายละเอียด
{{ $row++ }} {{ $item->XVOrderDocNo}} {{ $item->XVOrderDetail}} {{ $item->XVOrderBSize}} {{ $item->CountAll}}
{{-- {!! $roles->total() !!} {{ trans_choice('labels.backend.access.roles.table.total', $roles->total()) }} --}}
{{-- {!! $roles->render() !!} --}}
@endsection @section('styles') @endsection @section('scripts') @endsection {{-- group order size --}}