@extends('payment.master') @section('payment')
@csrf

Payable Amount : {{$request->price}}

@foreach($payment_gateways as $pg) @endforeach
@if($terms_and_condition_page)

I have read Terms & Conditions

@endif
@endsection