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

Login

Please log in to manage the gallery and blog.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection