@extends('layouts.app2') @section('content')
@csrf
Iniciar sesión @if ($errors->has('auth'))
{{ $errors->first('auth') }}
@endif
@error('username') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@push('scripts') @endpush