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

New Stock Transfer

Transfer stock between stores, departments and facilities
@csrf {{-- TRANSFER INFORMATION --}}
Transfer Information
{{-- TRANSFER ITEMS --}}
Transfer Items
Item Batch Expiry Available Transfer Qty Action
{{-- REMARKS --}}
Remarks
{{-- SUMMARY --}}
Transfer Summary
Total Items: 0
Total Quantity: 0
{{-- ACTIONS --}}
Cancel
@push('scripts') @endpush @endsection