@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{ $plan->title }}
{{__index('TRIAL_DAYS', ['trial_days' => $plan->trial_days])}}
-
{{__INDEX('MESSAGES_LIMIT')}} : {{number_format(env('TRIAL_MESSAGE_LIMIT'))}}
-
{{__INDEX('DEVICE_LIMIT')}} : {{env('TRIAL_DEVICES_LIMIT')}}