@extends('admin.layout.master') @section('title','ORDER MANAGEMENT') @section('custom_style') @endsection @section ('content')

{{request()->group?getAccountsGroup()->where('id',request()->group)->first()->name:''}} ORDER {{$type==1?'RETURN':''}} CREATE

@csrf
@forelse ($finishedProducts as $cat) @php $k=1; @endphp @forelse ($cat->product->sortBy('serial') as $item) @empty @endforelse @empty @endforelse
# Product Name Eng PERODUCT QTY
{{$cat->name_local}}
{{ $k++ }} {{ $item->name_eng }} {{ $item->name_local }} id,$carts)) value="{{$carts[$item->id]}}" @endif>

@endsection @section('script') @stop