@extends('storefront.layout') @section('title', 'Drop Location - '.config('app.name', 'FreshMart')) @section('body_class', 'sf-no-bottom-nav') @section('content') @include('services.parcel._flow-style') @php $draft = $draft ?? []; $parcelStep = 'drop'; @endphp
Step 2

Drop Address

Set the receiver location and contact details for delivery handoff.

@include('services.parcel._flow-steps', ['parcelStep' => $parcelStep]) @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
D
Drop map Search or pin
@csrf

Drop Location

Google suggestions fill receiver address, city and map pin automatically.

Receiver Details

The driver uses this contact for arrival and delivery OTP.

Back
@include('services.parcel._places-script') @endsection