@extends('layouts.frontend.master')
@section('title', 'Payment Success')
@section('css')
@endsection
@section('style')
@endsection
@section('content')
Transaction successfull.
Check more details on dashboard.
Transaction Id: {{ $order->transaction_id ?? $order->session_id }}
@endsection
@section('script')
@endsection