@extends('landing.layouts.app')
@section('title')
{{ __('messages.landing.pricing') }}
@endsection
@section('page_css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
@include('landing.home.pricing_plan_page', ['screenFrom' => Route::currentRouteName()])
{{ Form::hidden('getLoggedInUserdata', getLoggedInUser(), ['class' => 'getLoggedInUser']) }}
{{ Form::hidden('logInUrl', url('login'), ['class' => 'logInUrl']) }}
{{ Form::hidden('fromPricing', true, ['class' => 'fromPricing']) }}
{{ Form::hidden('makePaymentURL', route('purchase-subscription'), ['class' => 'makePaymentURL']) }}
{{ Form::hidden('subscribeText', __('messages.subscription_pricing_plans.choose_plan'), ['class' => 'subscribeText']) }}
{{-- {{ Form::hidden('toastData', json_encode(session('toast-data')), ['class' => 'toastData']) }}--}}
@endsection
@section('page_scripts')
{{-- --}}
@endsection
@section('scripts')
{{-- --}}
{{-- --}}
{{-- --}}
@endsection