{{-- resources/views/forms/compulsory_buying_form_process.blade.php --}} @php // Values coming from controller or query string $email = $email ?? request('email', ''); $first_name = $first_name ?? request('first_name', ''); $last_name = $last_name ?? request('last_name', ''); $tab_id = $tab_id ?? request('tab_id', '0'); $formType = $formType ?? request('formType', 'direct'); $compulsory_buying_price = $compulsory_buying_price ?? request('compulsory_buying_price', ''); // Base domain (prefer APP_URL; fallback to current host) $baseUrl = rtrim(config('app.url') ?: (request()->isSecure() ? 'https://' : 'http://').request()->getHost(), '/') . '/'; // Target PHP handler path (kept same as your legacy endpoint) $legacyAction = 'forms/compulsory_buying_form_process.php'; @endphp Buying Declaration Form {{-- Bootstrap (same CDN as before) --}} {{-- jQuery + Inputmask --}}
Buying Declaration Form
All sections must be filled below. Your payment will only be processed when all these are filled.

Please provide all the required details below in order for us to set up your funds. Once Received we aim to transfer your funds within 24–48 hours (online sale only) or end of the day by 8 pm, whichever comes later.

By signing this form you agree and certify the goods I am selling to AL Kareem Jewellers Ltd T/A PREOWNED LUXURIES are my own property and I have the right to sell them as the lawful owner of the goods listed below.

Once this form is submitted, I will have no right to claim my item back and I am happy to receive stated funds for this sale.

Please note that once this has been submitted, your payment will be set up within 24 hours on weekdays only.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
@csrf
@if($compulsory_buying_price !== '') @else @endif
This field is required
@if($first_name !== '') @else @endif
This field is required
@if($last_name !== '') @else @endif
This field is required
@if($email !== '') @else @endif
This field is required
{{-- Bank details (2 columns) --}}
This field is required
This field is required
This field is required
📤

Browse Files

Drag and drop files here

No files selected
    This field is required
    Please sign the document
    {{-- Inputmask + signature pad --}}