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

Submit a Request

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
You can upload up to 10 files (total max 50MB).
The available users depend on your selected Purchase Request Type and follow workflow restrictions.
Payment Information

Itemized List

ITEM NAME
QTY
UNIT COST (RM)
TAX %
DELIVERY (RM)
TOTAL
FILE
ACTION
%
RM
Cost Breakdown
RM
RM
RM
RM
Tax & Delivery Guide
Tax Information
• Default: 6% (Malaysian SST)
• Adjustable per item
• Applied to: Qty × Unit Cost
Delivery Charges
• Optional field in MYR
• For shipping/handling costs
• Added to final total
Formula:
Total = (Qty × Unit Cost) + Tax + Delivery
@endsection