@if (actionType === 'create') {
{{ t('Create bookmark') }}
} @if (actionType === 'edit') {
{{ t('Edit bookmark') }}
}
@if (errors) {
{{ t(errors['name']['_empty']) }}
}
@if (actionType === 'create') { } @if (actionType === 'edit') { }