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

Log In

@csrf
@if ($errors->any())

{{ $errors->first() }}

@endif
@endsection