@include( Hook::filter( 'ns-dashboard-header-file', '../common/dashboard-header' ) )
@include( 'common.dashboard.title' )
{{ $mainFieldLabel ?? __( 'mainFieldLabel not defined' ) }}
{{ $saveButton ?? __( 'Save' ) }}
{{ $fieldRequired ?? __( 'This field is required' ) }}
{{ $formNotValid ?? __( 'The form is not valid. Please check it and try again' ) }}
@endsection