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

New Site Return

Create a new site return operation

arrow_back Back to List
@endsection @section('content')
@csrf @if ($errors->any())
error Please fix the following errors:
@endif
info Basic Information
@error('operation_number')
{{ $message }}
@enderror
@error('operation_date')
{{ $message }}
@enderror
@error('project_id')
{{ $message }}
@enderror Select the project to load its material requests
@error('reference_id')
{{ $message }}
@enderror Material requests and direct deliveries will load after selecting a project (sorted by date, newest first)
inventory Return Materials & Items
Items will be loaded automatically when you select a material request above
info Note: Only items with return quantities > 0 will be processed. Items highlighted in green will be returned.
assignment
No Material Request Selected

Please select a material request above to load the issued items for return.

person Received By & Additional Information
@error('received_by')
{{ $message }}
@enderror
@error('received_by_name')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
Check this to forcefully close the return operation without normal approval workflow
cancel Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush