{{-- @extends('layouts.app') @section('content')
{{ __('Login') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection --}} @extends('layouts.master-without-nav') @section('title')Metrica @endsection @section('content') @section('body') @endsection
@csrf
@error('username') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) ¿Olvidaste tu contraseña? @endif

¿No tienes una cuenta? Regístrate gratis

@endsection