@extends('layouts.app') @section('content')
@if(env('PAYMENT_STATUS')!='off')
{{ csrf_field() }}
{{ $plan->name }} - Promo plan @if($plan->description)
{{ $plan->description }}
@endif
amount: {{ $plan->cost }} $
@endif
@endsection @section('footer_scripts') @endsection