%PDF- %PDF-
Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/app/View/Components/ |
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/app/View/Components/GuestLayout.php |
<?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'); } }