@extends('layouts.app') @section('title', 'Login') @section('content')

Login

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection