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

{{strtoupper(str_replace('_',' ',$route_group_name[$type]=='sr_order_create'?'sr_sale_create':$route_group_name[$type]))}}

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

@if($type==1)

@endif

@if($type==3)

@endif @if($type==1)

@endif
@if($type==1)

{{-- --}}
@if($type==1)

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

@endsection @section('script') @stop