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

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

@csrf
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@include('inventory.global.invoice_group_dd', ['type'=> 8])

@for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @endfor
# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}} {{__('obs.img')}} {{__('obs.qty')}} {{__('obs.issued')}} {{__('obs.qty')}} {{__('obs.action')}}
{{ $i }}
@include('inventory.global.img_show') @endsection @section('script') @endsection