My Applications

@forelse ($customerApplications as $key => $app) @empty @endforelse
# Application Number Service Description Status Payment Amount Payment Status Action
{{ $key + 1 }} {{ $app->application_number }} {{ $app->service->getLocalized('name') }} {{ $app->description ?? '-' }} {{ ucfirst($app->status) }} {{ number_format($app->service->payment, 2) }} ETB {{ ucfirst($app->payment_status ?? 'pending') }}
You have not submitted any applications yet.
{{ $customerApplications->withQueryString()->links() }}