@extends('layouts.app') @section('title','New Purchase Request') @section('page-title','New Purchase Request') @section('content')
New Purchase Request Back
@csrf {{-- Item Details --}}
Item Details
{{-- Invoice Attachments --}}
Invoice / Quote Attachments
Attach up to 5 invoices or quotations. JPG, PNG or PDF — max 5MB each.
Up to 5 attachments
@foreach([1,2,3,4,5] as $n)
Click or drag file here
JPG · PNG · PDF
preview
@endforeach
Cancel
@endsection @push('scripts') @endpush