JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "AppLayout.php"
Full Path: /var/www/laravel_filter/vendor/laravel/breeze/stubs/default/app/View/Components/AppLayout.php
File size: 296 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\View\Components;
use Illuminate\View\Component;
use Illuminate\View\View;
class AppLayout extends Component
{
/**
* Get the view / contents that represents the component.
*/
public function render(): View
{
return view('layouts.app');
}
}