@extends('sadad::index') @section('content')
getLocale() == 'ar') dir="rtl" @endif class="flex flex-col w-full p-4 bg-red-100 rounded-lg border border-red-400"> {{ trans('Payment Failed!') }} @if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
{{ trans('Finish') }}
@endsection