@extends('layouts.app') @section('title', 'Inicio sesión') @section('content')
@csrf

@error('message') @enderror
@endsection