@if ($entity->slug ?? false) {{ Form::text('slug', clean(trans('page::attributes.slug')), $errors, $entity, ['required' => true]) }} @endif