@extends('layouts.app') @section('content')
{{-- Page Header --}}

Other Details

Update additional shipment information for Export Request #{{ $exportRequest->id }}

@if($exportRequest->awbUpdater)

The AWB was created by {{ $exportRequest->awbUpdater->name }} @if($exportRequest->awb_updated_at) on {{ $exportRequest->awb_updated_at->format('M d, Y h:i A') }} @endif

@endif
@csrf @method('PUT') {{-- Details Card --}}

Courier & Shipment Info

{{-- Courier Service --}}
@error('courier_service')

{{ $message }}

@enderror
{{-- AWB No --}}
@error('awb_no')

{{ $message }}

@enderror
{{-- Reference --}}
{{-- Cost --}}
{{-- Actual Weight --}}
{{-- Other Attachment --}}
@error('other_attachment')

{{ $message }}

@enderror @if($exportRequest->other_attachment)
Current file: View Attachment
@endif
{{-- Service Type (Visible only for FedEx) --}}
{{-- Buttons --}}
{{-- Back Button --}} Back {{-- Submit --}}
@endsection