11 lines
470 B
PHP
11 lines
470 B
PHP
<x-layout title="{{ __('Welcome home') }}">
|
|
<x-slot:breadcrumb>
|
|
{{ Breadcrumbs::render('home') }}
|
|
</x-slot:breadcrumb>
|
|
<x-slot name="header">
|
|
<h1 class="text-lg text-center font-bold">{{ __('Welcome home') }}</h1>
|
|
{{ __('GG man! You just found my website.') }}<br>
|
|
{{ __('You can leave again tho. Nothing to see here.') }}
|
|
</x-slot>
|
|
<img alt="" src="{{ asset('img/emotes/shurizGG/shurizGG_original.png') }}" class="max-h-[20rem] block mx-auto"/>
|
|
</x-layout> |