@extends('themes.basic.business.layouts.app') @section('container', 'dashboard-container-sm') @section('title', d_trans('Checkout')) @section('header_title', d_trans('Complete the payment')) @section('breadcrumbs', Breadcrumbs::render('business.checkout', $trx)) @section('content')
{{ d_trans('Payment details') }}
@push('scripts') @endpush @endsection