@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content')

Thank You!

Your order ID: {{ Session::get('message') }} has been placed successfully


@if(($data['amount'] !=null) && ($data['card_type'] != null))

{{ $data['amount'] }} TK payed by {{ $data['card_type'] }}

@endif

Having trouble? Contact us

Check order history

@endsection @section('script') @endsection