@extends('layouts.auth', ['title' => 'Login']) @section('content')

Welcome back

Sign in to continue!

@csrf @if (sizeof($errors) > 0) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
images
@endsection