@extends('layouts.app') @section('title', $formTitle ?? 'Invoice Form') @section('content')
{{ __('shipment_page.customer') }}: {{ $shipment->customer->name ?? $shipment->customer->full_name ?? 'N/A' }}
{{ __('common.rate_plan') }} {{ $shipment->ratePlan->name ?? 'N/A' }}