@extends('layouts.admin-simple') @section('title', 'Create Site Transfer') @section('breadcrumb') @endsection @section('page-title')

Create Site Transfer

Transfer materials between project sites

arrow_back Back to List
@endsection @section('content') @if ($errors->any())
error Please fix the following errors:
@endif
info Transfer Information
@error('transfer_date')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
@error('from_project_id')
{{ $message }}
@enderror Select the source project to load all transferable items (FIFO allocation)
@error('to_project_id')
{{ $message }}
@enderror
inventory Transfer Materials & Items
All project items with auto FIFO allocation
swap_horiz
No Project Selected

Please select a source project above to load all transferable items.

cancel Cancel
@endsection @section('modals') @endsection @push('styles') @endpush @push('scripts') @endpush