@extends('app') @section('title', 'Thank you') @section('head') @endsection @section('content')

Thank You

Thank You For Your Payment

Your transaction @if($user->payment_status == 'Pending') payment is being processed @else has been completed @endif, and a receipt for your purchase @if($user->payment_status == 'Pending') will @else has @endif been emailed to you.
You will be redirected to your account on x, or click My Account





@endsection @section('foot') @endsection