@section('site_title', formatTitle([__('New'), __('Plan'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['url' => route('admin.plans'), 'title' => __('Plans')], ['title' => __('New')], ]])

{{ __('New') }}

{{ __('Plan') }}
@include('shared.message')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('trial_days')) {{ $errors->first('trial_days') }} @endif
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
@if ($errors->has('amount_month')) {{ $errors->first('amount_month') }} @endif
@if ($errors->has('amount_year')) {{ $errors->first('amount_year') }} @endif
@if ($errors->has('coupons')) {{ $errors->first('coupons') }} @endif
@if ($errors->has('visibility')) {{ $errors->first('visibility') }} @endif
{{ __('Features') }}
@if ($errors->has('option_pageviews')) {{ $errors->first('option_pageviews') }} @endif