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

STORE TRANSFER OUT

{{-- --}}

Store-To-Store Transfer
@csrf
{{-- end --}}
{{-- @forelse ($category_products as $cat) --}} @php $i=1; @endphp @forelse ($category_products as $item) @if($availQty[$item->id]>0) @php $i++; @endphp @endif @empty @for ($i = 1; $i <= 5; $i++) @endfor @endforelse
# PRODUCT DESC QTY Avail Qty ACTION
{{$cat->name_eng}}
{{ $i }}
{{$item->primaryUnit?$item->primaryUnit->name:''}}
{{ $i }}
@include('inventory.indent.previuos_recipe_modal') @endsection @section('script') @stop