@extends('frontend.layouts.app'.config('theme_layout')) @section('title', 'Subscribe -'.$plan->name.' | '.app_name()) @section('meta_description', '') @section('meta_keywords','') @push('after-styles') @endpush @section('content') @if(session()->get('error'))
{{ session()->get('message') }}
@endif @if(session()->get('success'))
{{ session()->get('message') }}
@endif
user()->subscribed('default')) action="{{ route('subscription.update',['plan' => $plan]) }}" @else action="{{ route('subscription.subscribe',['plan' => $plan]) }}" @endif method="post" id="subscribe-form"> @csrf
@lang('labels.frontend.cart.stripe_error_message')
@endsection @push('after-scripts') @endpush