@extends('layouts.customer') @section('title') Vendor Quotation @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content')

Quotation

Brief overview of the quotation process and what information is needed.
Please fill up the details for Quick Quote :

{{ csrf_field() }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
Pickup Address

{{--
Pickup Detail
--}}
Delivery Address




Delivery Detail
Estimated Distance: km
Item Detail @php $packages = old('packages', []) @endphp @forelse($packages as $key => $package)
be l>


@empty


@endforelse
@endsection @section('script') {{-- Different address script --}} {{-- Different address script --}} @endsection