@extends('layouts.inspinia') @section('title', 'Create Gate Pass') @section('content_header', 'Create Gate Pass') @section('breadcrumb')
Sales Order: {{ $dispatch->salesOrder->sales_order_number ?? '—' }}
Customer: {{ $dispatch->salesOrder->customer->name ?? '—' }}
Salesman: {{ $dispatch->salesOrder->salesman->name ?? '—' }}
Issuing Warehouse / Store: {{ $dispatch->fromWarehouse->name ?? '—' }}
Dispatch Date: {{ $dispatch->dispatch_date?->format('d-m-Y') }}
Dispatch Status: {{ strtoupper(str_replace('_', ' ', $dispatch->status)) }}