@extends('layouts.admin') @section('login', 'active-menu') @section('contenido') @if (Session::has('mensaje'))

{{ Session::get('mensaje') }}

@endif

Iniciar Sesión

@if(isset($mensaje_error))

{{ Session::get('mensaje') }}asdasdsads

@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection