@extends('layouts.master-without-nav') @section('title') @lang('translation.signin') @endsection @section('content')
¡Bienvenido!

Inicia sesión para continuar al sistema

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Don't have an account ? Signup

@endsection @section('script') @endsection