@extends('layouts.app') @section('title', 'Login') @section('content')
@csrf
@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection