@extends('front.include.app') @section('content')

Payment

Payment Methods

@csrf
@php $grandTotal = session()->get('grand_total', []); @endphp @endsection @section('script') @endsection