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

Issue

@csrf
{{--
--}}
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@include('inventory.global.install_product_by_category')
{{-- end --}} {{--
  
--}}
@php($span=8)
@if (warehouse_info()->use_expiry == 1) @php($span++); @endif @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @if (warehouse_info()->use_expiry == 1) @endif @endfor
# Products Unit DescExpiry DateImg Qty Avail Qty ACTION
{{ $i }}
@include('inventory.global.loader')
@include('inventory.global.img_show') @endsection @section('script') @endsection