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

Submit a Request-2

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
You can upload up to 10 files (total max 50MB).
Please select a Purchase Request Type to see available escalation targets.
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