@extends('layouts.guest') @section('content')
@if(session()->has('login_error'))
{{ session()->get('login_error')}}
@endif

404

Page Not Found

Sorry, the page you are looking for does not exist.

@endsection