@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('content')
Welcome back! Here's what's happening with your tax simulator today.
HS Codes
Country Overrides
Today's Calculations
Today's Revenue
| HS Code | Country | CIF Value | Total Payable | User | Time |
|---|---|---|---|---|---|
| {{ $calculation->input['hs_code'] ?? 'N/A' }} | {{ $calculation->input['country_of_origin'] ?? 'N/A' }} | KES {{ number_format($calculation->input['cif_value'] ?? 0, 2) }} | KES {{ number_format($calculation->total_payable, 2) }} |
|
{{ $calculation->created_at->diffForHumans() }} |