@laravelPWA
@yield('css')
INICIO
SOBRE NOSOTROS
SERVICIOS
NUESTRO EQUIPO
CONTACTENOS
@if (Route::has('login')) @auth
ACCEDER
@else
INGRESAR
@if (Route::has('register'))
REGISTRAR
@endif @endauth @endif
@yield('header')
@yield('content')
@yield('js')