{{ Form::label('name', trans('labels.backend.notificationlists.name'), ['class' => 'col-lg-2 control-label required']) }}
{{ Form::text('name', null, ['class' => 'form-control box-size', 'placeholder' => trans('labels.backend.notificationlists.name'), 'required' => 'required']) }}
{{ Form::label('notifiable_type', trans('labels.backend.notificationlists.type'), ['class' => 'col-lg-2 control-label required']) }}
{{ Form::text('notifiable_type', null, ['class' => 'form-control box-size', 'placeholder' => trans('labels.backend.notificationlists.type'), 'required' => 'required']) }}
@section("after-scripts") @endsection