@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('type', trans("lang.notification_type_type"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('type', null, ['class' => 'form-control','placeholder'=> trans("lang.notification_type_type_placeholder")]) !!}
{{ trans("lang.notification_type_type_help") }}
{!! Form::label('image', trans("lang.notification_type_image"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.notification_type_image_help") }}
@prepend('scripts') @endprepend
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}