@section('title', __('quote/createNew.Request Quote')) @section('header-style', 'inner_nav') @push('style') @endpush @push('script') @endpush @Lang('quote/createNew.Request Quotation') @Lang('quote/createNew.Please take moment to full fill the below form to recieve a quote') @csrf @Lang('quote/createNew.Full Name')* @Lang('quote/createNew.Email')* @Lang('quote/createNew.Phone Number')* @foreach($countries as $country) country_code || auth()->user()->country_code_id == $country->id) selected @endif>{{$country->short_name}} (+{{$country->country_code}}) @endforeach @error('country_code'){{ $message }}@enderror @error('phone'){{ $message }}@enderror @Lang('quote/createNew.Your Message')* *@Lang('quote/createNew.All fields are mandatory') @Lang('quote/createNew.SUBMIT') @if(session('quote_id')) @Lang('quote/createNew.Your request has been successfully sent') @Lang('quote/createNew.SEND ANOTHER REQUEST') @Lang('quote/createNew.TRACK YOUR REQUEST') @endif
@Lang('quote/createNew.TRACK YOUR REQUEST')