@extends('layout.app') @section('content')

Login

@if(Session::has('error'))

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

@endif @if(Session::has('success'))

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

@endif
@csrf @method('post')
@if($errors->has('email'))

{{$errors->first('email')}}

@endif
@if($errors->has('email'))

{{$errors->first('password')}}

@endif