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

{{request()->group?getAccountsGroup()->where('id',request()->group)->first()->name:''}} {{$route_group_name[$type]}} CREATE

{{--
--}}
@csrf
@if($type!=2)
@endif

@if($type==0)

@endif

@if($type==0)

@endif
@if($type==0)
@endif
@php $k=1; @endphp @forelse ($finishedProducts as $cat) @if($type==1) @forelse ($cat->product->sortBy('serial') as $item) @empty @endforelse @endif @empty @endforelse
# Product Name Eng PRODUCT {{$type==1?'QTY':'AMOUNT'}}
{{ $k++ }} {{$cat->name_local}} @if($type!=1) @endif
{{ $k++ }} {{ $item->name_eng }} {{ $item->name_local }}

@endsection @section('script') @stop