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

{{__('obs.issue')}}

@csrf
{{--
--}}
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@include('inventory.global.invoice_group_dd', ['type'=> 8])
@if(warehouse_info()->is_using_vat == 1)
@endif
@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
# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}}{{__('obs.expiry')}} {{__('obs.date')}}{{__('obs.img')}} {{__('obs.qty')}} {{__('obs.avail')}} {{__('obs.qty')}} {{__('obs.action')}}
{{ $i }}
@include('admin.global.loader')
@include('inventory.global.img_show') @endsection @section('script') @endsection