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

EPCG (Export Promotion Capital Goods)

Manage EPCG license and obligation records

New EPCG Record
@forelse($epcgRecords ?? [] as $epcg) @empty @endforelse
EPCG # Date Capital Goods Duty Saved Obligation Period Status Actions
{{ $epcg->epcg_number }} {{ $epcg->date->format('d M Y') }} {{ $epcg->capital_goods_description ?? 'N/A' }} {{ number_format($epcg->duty_saved, 2) }} {{ $epcg->obligation_period_years ?? 'N/A' }} years {{ ucfirst($epcg->status) }}

No EPCG records found

@endsection