@if(isset($_GET['gateway']) && $_GET['gateway'] == 'credit') @if($_GET['mode'] == 'failed') @if($_GET['type'] == 'nocredit')

{!! trans('main.no_credit') !!}

Go to application @endif @endif @endif @if(!isset($_GET['gateway']) || $_GET['gateway'] != 'credit') @if($_GET['mode'] == 'failed')

{!! trans('main.failed') !!}

Go to application @endif @if($_GET['mode'] == 'successfully')

{!! trans('main.successful') !!}

Go to application @endif @endif