@extends('frontend.layouts.app') @push('title') {{ __('Failed') }} @endpush @section('content')

{{ __('Payment Failed') }}

{{ __('We apologize, but it seems there was an issue processing your payment. Please check the following details: Payment Information, Sufficient Funds, Payment Method, Billing Address') }}

@endsection