Closed iAmKevinMcKee closed 4 years ago
Would you accept a PR that adds a {{ $slot }} in the app.blade.php file so you could easily use Full Page Components out of the box?
{{ $slot }}
app.blade.php
I could swear we already had that - but looks like it was only ever applied to the layouts/auth.blade.php - it'd be good to have symmetry with layouts/app.blade.php here.
layouts/auth.blade.php
layouts/app.blade.php
Closed by #72.
Would you accept a PR that adds a
{{ $slot }}
in theapp.blade.php
file so you could easily use Full Page Components out of the box?