@extends('layouts/contentLayoutMaster') @section('title', 'Revenue Items Return') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') {{-- Add Dispatch Point --}} Location : {{$store->plant ? $store->plant->name : ($store->ao ? $store->ao->ao_name : 'N/A')}} Store : {{$store->name ? $store->name : 'None'}} @if ($message = Session::get('success')) {{ $message }} @endif @if ($errorMessage = Session::get('errorMessage')) {{ $errorMessage }} @endif @csrf Return Code * @error('code') {{ $message }} @enderror Select Return Type Select Return Type User @if ((auth()->user()->roles->first()->access_level == 6 || auth()->user()->roles->first()->access_level == 5 || auth()->user()->roles->first()->access_level == 4) && $store->plant_id != null) Plant Building (Plant) Collection Point (Plant) Area Office @else Area Office Dispatch Point Collection Point Building (Area Office) @endif Note (Optional) @error('note') {{ $message }} @enderror @include('content._partials._sections.revenue_return_filter') Submit {{-- Reset Cancel --}} Available Items Item Name Current Quantity WAR Quantity to Return {{-- Data will be appended here dynamically via AJAX --}} Submit Returns @endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} @endsection