@extends('panel.layout.app') @section('title', 'Subscription Payment') @section('content')
@csrf

{{__('By purchase you confirm our')}} {{__('Terms and Conditions')}}

@if($plan->is_featured == 1)
@endif
{{$plan->name}}
{{currency()->symbol}}{{$plan->price}}
{{$plan->frequency}} PAYMENTS
  • {{__('Access')}} {{$plan->plan_type}} {{__('Templates')}}
  • @foreach(explode(',', $plan->features) as $item)
  • {{$item}}
  • @endforeach
@endsection @section('script') @endsection