{{-- 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 = 'direct'; if($email){ $formType = 'email'; } $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
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'))