| Name | Type | Rate | Status |
|---|---|---|---|
| {{ $rate->name }} | {{ $rate->type }} | {{ $rate->rate }}% | {{ $rate->is_active ? 'Active' : 'Inactive' }} |
| No tax rates. | |||
| Type | Period | Amount | Due | Status |
|---|---|---|---|---|
| {{ $record->type }} | {{ $record->period }} | {{ number_format($record->amount, 2) }} EGP | {{ $record->due_date->format('M d, Y') }} | {{ $record->status }} |
| No tax records. | ||||