@extends('layouts.auth') @section('title') {{__("words.Promo Page")}}@endsection @push('page_style') @endpush @section('content') Checkout
{{$plan->getCategory()}}
@php echo $plan->getDescription($plan->category,false); @endphp
@csrf
{{__("words.By Selecting the button below, I agree to the terms between you and Ambayo Payments.")}}
{{__("words.Confirm and Pay")}}
@endsection