@extends('dashboard.layouts.default') @section('content')

Thank you

Your order has been made successfully.
A confirmation will be emailed to the email address provided.

Order summary
@if($subscription_type=='tutor_student')
{{ $subcribed->name }} £{{ $order->grand_total }}
@else
{{ $subcribed->subscription->name }} £{{ $order->grand_total }}

{!! $subcribed->subscription->details !!}

@endif
Invoice No {{ $order->invoice_no }}
Purchased Date {{ $order->created_at }}
Expiry Date {{ Carbon\Carbon::parse($subcribed->expiry_date)->format('d/m/Y') }}
@endsection