@extends('default') @section('title') Log In @endsection @section('content')

Log In

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