@extends('layouts.frontend.master') @section('title', 'Payment Success') @section('css') @endsection @section('style') @endsection @section('content')
image
  • Home
  • Payment Success

Payment Success

Transaction successfull.
Transaction Id: {{ $order->transaction_id ?? $order->session_id }}
@endsection @section('script') @endsection