@lang('Pre-defined Artboards')
{activeTool = 'resize';})"
>
@lang('View All')
@if (isset($sizes) && filled($sizes))
@foreach ($sizes as $size)
@continue(!isset($size['featured']) || !$size['featured'])
@endforeach
@foreach ($sizes as $size)
{handleStageResize({ width: {{ $size['width'] }}, height: {{ $size['height'] }} }); showWelcomeScreen = false; switchView('editor') })"
>
{{ $size['label'] }}
@endforeach
@endif