mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
8 lines
246 B
PHP
8 lines
246 B
PHP
@props(['mashupLayout' => '1Tx1B'])
|
|
|
|
<x-trmnl::screen>
|
|
<x-trmnl::mashup mashup-layout="{{ $mashupLayout }}">
|
|
{{-- The slot is used to pass the content of the mashup --}}
|
|
{!! $slot !!}
|
|
</x-trmnl::mashup>
|
|
</x-trmnl::screen>
|