/
ExFuseMe
/
shaurmacity
Обзор
Документация
Войти
/
ExFuseMe
/
shaurmacity
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/View/Components/GuestLayout.php
17 строк
300 B
ExFuseMe
Install Jetstream
13 июн 2024, 10:28
13 июн 2024, 10:28
0a53018
Код
Авторство
О чём код?
<?php namespace App\View\Components; use Illuminate\View\Component; use Illuminate\View\View; class GuestLayout extends Component { /** * Get the view / contents that represents the component. */ public function render(): View { return view('layouts.guest'); } }