@extends('layouts.frontend') @section('content')
@if($status == "success") {!! Lang::get('core.payment_success_ac')!!} @else {!! Lang::get('core.payment_fail_ac')!!} @endif
@if($status == "success")
@elseif($status == 'failed')
@endif @if(!empty($amount)) {!! Lang::get('core.credits_added')!!} : {{ $amount }} @endif @if($transId !=0 && $status == 'success') {!! Lang::get('core.t_id')!!} : {{ $transId }} @endif @if($transId !=0 && $status == 'failed') {!! Lang::get('core.t_id')!!} : {{ $transId }}
@stop