{{-- Guest layout - marketing / public pages. Full-width canvas, no admin chrome, but includes theme + preferences UI so an unauthenticated visitor can still switch between light and dark. --}} @extends('layouts.base') @section('body')
D {{ $__product['name'] }} v{{ $__product['version'] }}
@yield('content')
@endsection