@extends('layouts.master') @section('title', 'Get Quotes') @section('content') @section('style') @endsection Send a Package Send a package with the most reliable couriers in the UK @csrf Origin {{-- @foreach ($countries as $country) @if (in_array($country->name, Auth::user()->favoriteCountries->pluck('country_name')->toArray())) code == Auth::User()->country? 'selected="selected"' : '' }} value="{{ $country->code }}"> @endif @endforeach --}} has('country') ? 'is-invalid' : '' }} value="{{Auth::user()->country}}" id="origin_country" name="origin_country"> {{ Auth::user()->country }} Enter Postal Code. Destination {{-- @foreach ($countries as $country) @if (in_array($country->name, Auth::user()->favoriteCountries->pluck('country_name')->toArray())) code == Auth::User()->country? 'selected="selected"' : '' }} value="{{ $country->code }}"> {{ $country->code }} @endif @endforeach --}} has('country') ? 'is-invalid' : '' }} value="{{Auth::user()->country}}" id="country" name="country"> {{ Auth::user()->country }} Toggle Dropdown Enter Postal Code. Package Type {{-- --}} Parcel Pallet Select Package Type. {{-- Weight Weignt must be between 1-1200. --}} Quantity Invalid quantity. @include('quotes.Component.pallet') @include('quotes.Component.parcel') @endsection @section('script') @include('quotes.quote-script'); @endsection
Send a package with the most reliable couriers in the UK