@extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.register')) @section('content')
{{config('app.name')}}
{!! $data->payment_details !!}
For {{ __('locale.labels.payment_confirmation') }}:
{!! $data->payment_confirmation !!}
@csrf {{ __('locale.buttons.back') }}
@endsection