Created
September 30, 2020 11:36
-
-
Save jongravois/1574c1873df7e5e88c5d6e243155d150 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@props([ 'pageColor' => 'bg-white', 'pagetitle' ]) | |
<x-app-layout :pagetitle="$pagetitle"> | |
<x-elements.toastie></x-elements.toastie> | |
<div class="min-h-screen {{ $pageColor }}"> | |
{{ $slot }} | |
</div> | |
</x-app-layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment