@foreach(config('question.types', []) as $typeKey => $typeLabel) @if(view()->exists('pages.admin.question.types.' . $typeKey . '.form')) @endif @endforeach
{{ __('buttons.cancel') ?? 'Cancel' }} {{ __('buttons.saving') ?? 'Saving...' }}