@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content')
@include('includes.form-success')
Pay42 imagem logo

{{ __('Enter your card details') }}

{{ csrf_field() }}
{{ __('Your data is redirected directly to Pay42.') }}

{{ __('Total Purchase') }} {{ $pedido->currency_sign }} {{ number_format((float) ($pedido->pay_amount * $pedido->currency_value), 2, '.', '') }}

/

@endsection