@extends('layouts.master') @section('content')

Edit Stock Receipt

Continue working on draft receipt
@if( isset($workflowRequest) && $workflowRequest && $workflowRequest->status === 'RETURNED' )
Returned For Correction
This receipt was returned by the approver. Review the comments and resubmit.
@endif
@csrf @method('PUT') {{-- RECEIPT INFORMATION --}}
Receipt Information
{{-- RECEIPT ITEMS --}}
Receipt Items
@forelse($receiptItems as $receiptItem) @empty @endforelse
Item Batch No Expiry Date Quantity Unit Cost Total Action
{{-- REMARKS --}}
Remarks
Cancel
@endsection