@extends('layouts.app') @section('content')
Bulk Booking
{{--
--}} {{--
View Branches
--}} {{--
--}}
@if ($errors->any())
Whoops!
There were some problems with your input.
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ csrf_field() }}
{{--
--}} {{--
{{'Consignment Number'}}
*
--}} {{--
--}} {{-- @error('consg_number')--}} {{--
--}} {{--
{{ $message }}
--}} {{--
--}} {{-- @enderror--}} {{--
--}}
{{ 'Consignment Type' }}
*
{{--
Select a type
--}}
{{ 'Dox' }}
{{--
{{ 'Non-Dox' }}
--}}
{{ 'Plans' }}
*
Select a plan
{{-- @foreach($subscriptionLists as $subscription)--}} {{-- {!! $subscription !!}--}} {{-- @endforeach--}}
{{ 'From Address' }}
{{'SMS Notification'}}
@error('sender_sms')
{{ $message }}
@enderror
{{'Customer ID'}}
*
{{--
--}} {{--
--}} {{--
--}}
@if(old('customer_id'))
{{ old('customer_id') }}
@endif
@error('customer_id')
{{ $message }}
@enderror
{{'Customer Name'}}
*
@error('sender_name')
{{ $message }}
@enderror
{{'Address'}}
{{ old('sender_address') }}
@error('sender_address')
{{ $message }}
@enderror
{{'Area'}}
@error('sender_area')
{{ $message }}
@enderror
{{ 'Pincode' }}
*
@if(old('sender_pincode_id'))
{{ old('sender_pincode_id') }}
@endif
@error('sender_pincode_id')
{{ $message }}
@enderror
{{'City'}}
@error('sender_city')
{{ $message }}
@enderror
{{'District'}}
@error('sender_district')
{{ $message }}
@enderror
{{'State'}}
@error('sender_state')
{{ $message }}
@enderror
{{'Country'}}
@foreach($countryList as $country) {!! $country !!} @endforeach
@error('sender_country')
{{ $message }}
@enderror
{{'Mobile Number'}}
@error('sender_mobile_number')
{{ $message }}
@enderror
{{'Landline'}}
@error('sender_phone_number')
{{ $message }}
@enderror
{{'Email'}}
@error('sender_email')
{{ $message }}
@enderror
{{ 'To Address' }}
{{'SMS Notification'}}
Please upload the customer information in Excel
*
File Uploaded Successfully
Choose file
Supported Format: .xlsx
Download sample file
{{--
Upload Document
*
--}} {{--
--}}
{{--
--}} {{--
{{ 'Capt. Length' }}
*
--}} {{--
--}} {{-- @error('length')--}} {{--
--}} {{--
{{ $message }}
--}} {{--
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
{{ 'Capt. Breadth' }}
*
--}} {{--
--}} {{-- @error('breadth')--}} {{--
--}} {{--
{{ $message }}
--}} {{--
--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
{{ 'Capt. Height' }}
*
--}} {{--
--}} {{-- @error('height')--}} {{--
--}} {{--
{{ $message }}
--}} {{--
--}} {{-- @enderror--}} {{--
--}}
{{ 'Capt. Weight/Consignment' }}
*
@error('captured_weight')
{{ $message }}
@enderror
{{--
--}} {{--
{{ 'Volumetric Weight' }}
--}} {{--
--}} {{-- @error('vol_weight')--}} {{--
--}} {{--
{{ $message }}
--}} {{--
--}} {{-- @enderror--}} {{--
--}}
Button
Calculate
{{'Booked Amount/Consignment'}}
*
@error('booked_amount')
{{ $message }}
@enderror
@if($user['office_type'] != 'FR')
label
{{ 'Book for a Partner' }}
label
@if( request()->input('fr_id') )
{{ $franchisee->code }}
@endif
@error('fr_id')
{{ $message }}
@enderror
@endif
{{'Booked By'}}
label
{{ 'Risk Covered' }}
{{'Declared Value/Consignment'}}
@error('declared_consg_value')
{{ $message }}
@enderror
{{--
--}} {{--
{{'Destination Branch'}}
--}} {{--
--}} {{--
Select Destination Branch
--}} {{--
--}} {{-- @error('dest_branch_id')--}} {{--
--}} {{--
{{ $message }}
--}} {{--
--}} {{-- @enderror--}} {{--
--}}
{{'Remarks'}}
{{ old('remarks') }}
{{ 'Continue and validate data' }}
@endsection