@extends('layouts.app') @section('title', 'Process Stock Out (Issuance)') @section('content')

Stock OUT (Issuance)

@csrf
@error('quantity')
{{ $message }}
@enderror
@error('item_variation_id')
{{ $message }}
@enderror
@error('officer_id')
{{ $message }}
@enderror
@endsection