| Current Path : /var/www/html/xfacil.desafio.com.py/app/Http/Livewire/ |
| Current File : /var/www/html/xfacil.desafio.com.py/app/Http/Livewire/Navbar.php |
<?php
namespace App\Http\Livewire;
use Livewire\Component;
class Navbar extends Component
{
public function render()
{
return view('livewire.navbar');
}
}