@extends('layouts.master_new1')
@php
$states = config('custom.states');
$activeTab1 = '';
$activeTab2 = '';
$currentTab1 = '';
$currentTab2 = '';
if ($errors->has('mc_id') ||
$errors->has('referance_number') ||
$errors->has('RATE')) {
$currentTab1 = 'current';
$activeTab1 = 'active';
$currentTab2 = 'current';
$activeTab2 = 'active';
} else {
$currentTab1 = 'current';
$activeTab1 = 'active';
}
@endphp
@section('style')
@endsection
@section('content')
Customer
Setup Your Customer Details
PicKup
Choose Your PicKup Location
Delivery/Stops
Choose Your Delivery/Stops Location
Dispatch
Choose Your Disptch
@endsection()
@section('script')
@endsection