@if(request()->is(['dashboard', 'dashboard/*']))
@include('errors.partials.dashboard', ['error_code' => 404, 'error_message' => 'Not Found', 'error_description' => 'Sorry, the page you requested could not be found.'])
@else
@if(request()->is('invoice/*/pay'))
We regret to inform you that your invoice has been canceled. If you need assistance, you can reach out to us.
@else
Sorry, we couldn't find this page. But don't worry, you can find plenty of other things on our homepage.