@extends('vendor.app') @section('title') Vendor Dashboard @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content') {{-- --}} {{ csrf_field() }} Vendor Information @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Name Email Address Phone Number Delivery Request 1. Pickup / From 2. Delivery / To 3. Add Items 1. Pickup / From Pickup Address Address {{-- --}} - Choose Pickup Location - @foreach($vendor->vendorAddresses as $locations) vendor_address ))> @endforeach OR Enable Different Address Pickup Detail Pickup Date 2. Deliver / To Delivery Address {{-- --}} Address Drop Off Access Stairs Lift Ground Floor Floor @foreach($vendor->vendorFloorFares as $key=>$value) floor_num)>{{ $value->floor_num }} @endforeach Customer Information First Name Last Name Email Address Phone Number +64 Delivery Detail Delivery Date Delivery Note {{ old('remark') }} Estimated Distance: km 3. Consignment Items Add Items Ref # Size Installation Unwrap Qty Description Total Kgs L * W * H (m) Cubic Actions x x Order Invoice Item Detail Invoice# @php $packages = old('packages', []) @endphp @forelse($packages as $key => $package) Reference# Product Type Select Carton Pallets Stock move Appliances Furniture Hazardous goods others Description Options Installation Unwrap Fragile None Unit mm cm m Quantity Length (cm) Height (cm) Width (cm) Cubic (m3) Weight (kg) @empty Reference# Product Type Select Carton Pallets Stock move Appliances Furniture Hazardous goods others Description Options Installation Unwrap Fragile None Unit mm cm m Quantity Length (cm) Height (cm) Width (cm) Cubic (m3) Weight (kg) @endforelse @endsection @push('body-scripts') {{-- Different address script --}} {{-- Different address script --}} @endpush