@extends('layouts.app') @section('title', 'Clearance Instructions') @section('breadcrumbs') @endsection @section('content')

Clearance Instructions

Manage customs clearance instructions

New Instruction
@forelse($clearanceInstructions ?? [] as $instruction) @empty @endforelse
Instruction # Date CHA Agent BE Number Status Actions
{{ $instruction->instruction_number }} {{ $instruction->date->format('d M Y') }} {{ $instruction->chaAgent->name ?? 'N/A' }} {{ $instruction->bill_of_entry->be_number ?? 'N/A' }} {{ ucfirst($instruction->status) }}

No clearance instructions found

@endsection