@if ($checkPermissionCreate)
    @can($permissionCreate)
        @if (! $hideCreate)
            
                {{ trans('general.title.new', ['type' => trans_choice($textPage, 1)]) }}
            
        @endif
    @endcan
@else
    @if (! $hideCreate)
        
            {{ trans('general.title.new', ['type' => trans_choice($textPage, 1)]) }}
        
    @endif
@endif