@if (session('status'))
{{ session('status') }}
@endif @php $displayMoney = function ($service) { $amount = number_format((float) $service->amount, 2); return strtoupper((string) $service->currency) === 'USD' ? '$'.$amount.' USD' : strtoupper((string) $service->currency).' '.$amount; }; @endphp
Services

My Services

View your active services, billing periods, due dates, and account options.

@csrf
{{ $services->links() }}