@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 all returnable items (FIFO allocation)
Upload supporting document (PDF, DOC, DOCX, JPG, PNG - Max: 10MB) @error('delivery_file')
{{ $message }}
@enderror
inventory Return Materials & Items
All project items with auto FIFO allocation
assignment
No Project Selected

Please select a project above to load all returnable items.

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 @section('modals') @endsection @push('styles') @endpush @push('scripts') @endpush