@extends('layouts.app') @section('title', 'Invoice ' . $invoice->invoice_number) @push('styles') @endpush @section('content')
P. O. Box 64, BAIRIKI, TARAWA
Telephone Number: 75021099 / 75021075
E-mail: info@mfor.gov.ki | Website: https://www.mfor.gov.ki
Local Fish Licensing System
| Issued: | {{ \Carbon\Carbon::parse($invoice->created_at)->format('d M Y') }} |
| Status: | {{ ucfirst($invoice->status ?? 'Pending') }} |
| Due Date: | {{ $dueDate->format('d M Y') }} |
| Due Date: | Not set |
| Paid On: | {{ \Carbon\Carbon::parse($invoice->paid_at)->format('d M Y') }} |
| Description | Category | Amount (AUD) |
|---|---|---|
| {{ $desc }} | {{ $cat }} | !$amount])> {{ $amount ? '$'.number_format($amount, 2) : '—' }} |
| Harvesting Methods | ||
| @if($method->name === 'Others' && !empty($invoice->other_harvesting_methods)) Others ({{ implode(', ', $invoice->other_harvesting_methods) }}) × {{ count($invoice->other_harvesting_methods) }} @else {{ $method->name }} @endif | Harvesting Method | !$mFee])> {{ $mFee ? '$'.number_format($mFee, 2) : '—' }} |
| Harvesting Methods Fee | Harvesting Method | !$invoice->harvesting_fee])> {{ $invoice->harvesting_fee ? '$'.number_format($invoice->harvesting_fee, 2) : '—' }} |
| Target Fish Families | ||
| @if($ff->name === 'Others' && !empty($invoice->other_fish_families)) Others ({{ implode(', ', $invoice->other_fish_families) }}) × {{ count($invoice->other_fish_families) }} @else {{ $ff->name }} @endif | Target Species | !$ffFee])> {{ $ffFee ? '$'.number_format($ffFee, 2) : '—' }} |
| Fish Families Fee | Target Species | !$invoice->fish_family_fee])> {{ $invoice->fish_family_fee ? '$'.number_format($invoice->fish_family_fee, 2) : '—' }} |
| TOTAL AMOUNT DUE | ${{ number_format($invoice->total_amount, 2) }} | |
Kiribati Government No.1
Account No: 268253
BSB No: 018970
Swift Code: BKIRKIKI
Bank Name: ANZ Bank (Kiribati) Ltd
Address: Bairiki, Tarawa
Coding Block for Local Fishing License.
1303/110101/00000/91/142241/042