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

Inicia sesión para continuar al Sistema de Control Escolar.

@if (session('success')) @endif @if (session('error')) @endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

Don't have an account ? Signup

@endsection @section('script') @endsection