@php /** @var string $errors */ $error_class = $errors->has('parent_id') ? 'parsley-error ' : ''; @endphp
@php /** @var string $errors */ $error_class = $errors->has('name') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */ $error_class = $errors->has('bn_name') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */ $error_class = $errors->has('system_name') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */ $error_class = $errors->has('route_name') ? 'parsley-error ' : ''; @endphp
@php /** @var string $errors */ $error_class = $errors->has('icon') ? 'parsley-error ' : ''; @endphp
@php /** @var string $errors */ $error_class = $errors->has('order_by') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */
$error_class = $errors->has('role_id') ? 'parsley-error ' : ''; @endphp
@php /** @var string $errors */ $error_class = $errors->has('menu_type') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */ $error_class = $errors->has('create_permissions') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */ $error_class = $errors->has('is_hidden') ? 'parsley-error ' : ''; @endphp
*
@php /** @var string $errors */ $error_class = $errors->has('status') ? 'parsley-error ' : ''; @endphp
*