@extends('layouts.default') @section ('content')
Unfortunately your Payment was Unsuccessful.

If you want to try again , just go to this page and try again. Subscribe



{{--

Payment Unsuccessful

Unfortunately it seems like something went wrong!

@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif @if (Session::has('message'))
{{{ Session::get('message') }}}
@endif
--}} @stop