@extends('frontend.layouts.app') @section('title', __('messages.request_quote_title') . ' - ' . config('app.name')) @section('meta_description', __('messages.quote_subtitle')) @section('content') {{ __('messages.request_quote_title') }} {{ __('messages.quote_subtitle') }} {{ app()->getLocale() === 'ar' ? 'رد سريع' : 'Quick Response' }} {{ app()->getLocale() === 'ar' ? 'خلال 24 ساعة' : 'Within 24 hours' }} {{ app()->getLocale() === 'ar' ? 'بدون التزام' : 'No Obligation' }} {{ app()->getLocale() === 'ar' ? 'عرض سعر مجاني' : 'Free quote' }} {{ app()->getLocale() === 'ar' ? 'توفير 69%' : '69% Savings' }} {{ app()->getLocale() === 'ar' ? 'مقارنة بالاستيراد' : 'vs. importing' }} @if(session('success')) {{ session('success') }} @endif @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{ app()->getLocale() === 'ar' ? 'معلومات الاتصال' : 'Contact Information' }} {{ __('messages.your_name') }} * {{ __('messages.your_email') }} * {{ __('messages.your_phone') }} * {{ __('messages.company_name_field') }} {{ app()->getLocale() === 'ar' ? 'تفاصيل المشروع' : 'Project Details' }} {{ app()->getLocale() === 'ar' ? 'الخدمة المطلوبة' : 'Service Required' }} * {{ app()->getLocale() === 'ar' ? '-- اختر الخدمة --' : '-- Select Service --' }} {{ __('messages.cnc_manufacturing') }} {{ __('messages.pattern_making') }} {{ __('messages.reverse_engineering') }} {{ app()->getLocale() === 'ar' ? 'أخرى' : 'Other' }} {{ app()->getLocale() === 'ar' ? 'الصناعة' : 'Industry' }} {{ app()->getLocale() === 'ar' ? '-- اختر الصناعة --' : '-- Select Industry --' }} {{ __('messages.aerospace') }} {{ __('messages.military') }} {{ __('messages.medical_devices') }} {{ __('messages.oil_gas') }} {{ __('messages.general_spare_parts') }} {{ app()->getLocale() === 'ar' ? 'أخرى' : 'Other' }} {{ __('messages.quantity') }} {{ __('messages.deadline') }} {{ app()->getLocale() === 'ar' ? '-- اختر المدة --' : '-- Select Timeline --' }} {{ app()->getLocale() === 'ar' ? 'عاجل (أقل من أسبوع)' : 'Urgent (< 1 week)' }} {{ app()->getLocale() === 'ar' ? '1-2 أسابيع' : '1-2 weeks' }} {{ app()->getLocale() === 'ar' ? '2-4 أسابيع' : '2-4 weeks' }} {{ app()->getLocale() === 'ar' ? '1-2 شهر' : '1-2 months' }} {{ app()->getLocale() === 'ar' ? 'مرن' : 'Flexible' }} {{ __('messages.additional_details') }} {{ app()->getLocale() === 'ar' ? 'وصف المشروع / المتطلبات' : 'Project Description / Requirements' }} * {{ old('requirements') }} {{ __('messages.upload_files') }} {{ app()->getLocale() === 'ar' ? 'اضغط لرفع الملف أو اسحب وأفلت' : 'Click to upload or drag and drop' }} {{ __('messages.upload_files_desc') }} {{ __('messages.request_quote') }} @endsection
{{ __('messages.quote_subtitle') }}
{{ app()->getLocale() === 'ar' ? 'اضغط لرفع الملف أو اسحب وأفلت' : 'Click to upload or drag and drop' }}
{{ __('messages.upload_files_desc') }}