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