@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea') @include('backend.pos-window.bill-menu')

Audit Scans {{--
@csrf
--}} {{--
@csrf
--}}

Select {{ $stype }} Cell Num. Scan Barcode
Total Items: {{ $scannedData->count() }}
{{--
--}} @csrf {{-- --}} @if($scannedData->count() > 0) @foreach($scannedData as $obj) @endforeach @endif
Cell No. Barcode Article Color Size MRP QtyAction
{{ $obj->boxnum }} {{ $obj->barcode }} {{ $obj->article }} {{ $obj->color }} {{ $obj->size }} {{ $obj->mrp }} {{ '1' }}
@endsection @section('extraJs') @endsection