@extends('payment.message_base') {{--@section('icon')--}} {{-- --}} {{--@endsection--}} @section('title') {{__('strings.payment.error_message_title')}} @endsection @section('desc') {{__('strings.payment.error_message_desc')}} @if(isset($error))
{{$error ?? null}}
@endif @endsection @section('button') {{__('strings.payment.error_message_button')}} @endsection