@extends('layout.master') @section('content') @php //dd($orderProducts); if($errors->all()){ //dd('oldValue',old('claim_remarks')); } @endphp

Insurance Claim Form

@if (session()->has('message'))
{!! session()->get('message') !!}
@endif
AWB No.

{{@$orderProducts['orderProducts']['docket_no']?:'N/A'}}

Invoice No.

{{@$orderProducts['orderProducts']['invoice_no']?:'N/A'}}

Order No.

{{@$orderProducts['orderDetails']['order_id']?:'N/A'}}

LSP Name

{{@$orderProducts['orderProducts']['lsp_name']?:'N/A'}}

LSP Contact No.

{{@$orderProducts['lspContactNumber']['contact_no']?:'N/A'}}

No. of Boxes

1

Total Volume

{{ @$orderProducts['volume']?:'N/A' }}

Weight

{{@$orderProducts['orderProducts']['package_weight']?:'N/A'}} Kg

Seller Address

{{@$orderProducts['sellerAddress']['address']}} {{@$orderProducts['states']['name']}} {{@$orderProducts['cities']['name']}} {{@$orderProducts['sellerAddress']['pincode']}}

Buyer Address

{{@$orderProducts['BuyersAddress']->address}} {{@$orderProducts['buyersStates']->name}} {{@$orderProducts['buyersCities']->name}} {{@$orderProducts['BuyersAddress']->pincode}}

Declared Value

₹ {{@$orderProducts['declared_value']}}

@csrf
Last Status

{{@$orderProducts['orderProducts']['product_status']?:'N/A'}}

Last Status Updated Branch

Noida

Attach Video/Images
Lost
SKU

{{@$orderProducts['orderProducts']['sku']}}

Total Quantity

{{@$orderProducts['orderProducts']['quantity']}}

Lost
@if($errors->has('loss_quantity'))
{{ $errors->first('loss_quantity') }}
@endif
Insurance

₹ {{@$orderProducts['suggestedAmount']}}

@if($errors->has('claimAmountValue'))
{{ $errors->first('claimAmountValue') }}
@endif

₹ 5000.00

@if($errors->has('claim_remarks'))
{{ $errors->first('claim_remarks') }}
@endif