@extends('layouts.popup.small') @section('content')
{{ csrf_field() }}

{{ trans('messages.automation.wait') }}

{!! trans('messages.automation.wait.wording') !!}

@include('helpers.form_control', [ 'class' => 'numeric', 'type' => 'number', 'name' => 'amount', 'value' => '', 'help_class' => 'plan', 'rules' => ['amount' => 'required'], 'required' => true, ])
@include('helpers.form_control', ['type' => 'select', 'name' => 'unit', 'value' => '', 'options' => Acelle\Model\Automation2::waitTimeUnitOptions(), 'help_class' => 'plan', ])

{{ trans('messages.close') }}
@endsection