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

Issue Return

@csrf
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
{{-- end --}} {{--
  
--}}
@for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @endfor
# Products Unit Desc Img Qty Issued Qty ACTION
{{ $i }}
@include('inventory.global.img_show') {{-- --}} @endsection @section('script') @endsection