{!! Form::textarea( 'data[Notification][description]', null, [ 'class' => 'form-control mention autogrow', 'rows' => 2, 'data-url' => action('VenuesController@secure_admins', [$venue->id]), 'data-name' => 'data[Notification][users][]' ] ) !!}

{{ __('Use @ + 2 characters prefix to load users from the venue admin list') }}

@if (is_admin())
{!! Form::label('data[Notification][parent_object_type]', t('Type')) !!} {!! Form::select( 'data[Notification][parent_object_type]', [ 'Plugins\Payment\Order' => __('Order'), 'Plugins\Payment\Enquiry' => __('Enquiry') ] ) !!}
{!! Form::label('data[Notification][parent_object_id]', t('ID')) !!} {!! Form::text('data[Notification][parent_object_id]') !!}
@endif