{{ __('home.Introducing Lab') }}

{{ __('home.The workshop sites need to run from a single brief') }}

@foreach ([ ['title' => __('messages.Brief'), 'copy' => __('home.Keep the brief, the files, and the canvas on one shared desk so every turn has context.')], ['title' => __('messages.Canvas'), 'copy' => __('home.Describe the page. Lab lays out sections, copy, and structure you can keep editing.')], ['title' => __('messages.Files'), 'copy' => __('home.Each turn writes real markup. Stay in the loop as the canvas updates.')], ['title' => __('messages.Publish'), 'copy' => __('home.Open any file, change it by hand, and publish when the draft holds.')], ] as $pillar)

{{ $pillar['title'] }}

{{ $pillar['copy'] }}

@endforeach