@extends('layouts.parent.app') @section('content') {{--
--}}
@include('parent.page_header')
@if($trData->refund==1)

{{trans('parent.confirm_register')}}

@else

{{trans('parent.confirm_pay')}}

@endif
img @if($trData->refund==1)

{{trans('parent.register_successfull')}}!

@else

{{trans('parent.pay_successfull')}}!

@endif {{trans('parent.go_to_profile')}}
@include('parent.transaction_right_data')
@endsection @section('script') @endsection