3 namespace App\View\Components;
5 use Illuminate\View\Component;
7 class GuestLayout extends Component
10 * Get the view / contents that represents the component.
12 * @return \Illuminate\View\View
14 public function render()
16 return view('layouts.guest');