@extends('layouts.landing') @section('style') @endsection @section('content')

User Login

You do not have any account? Register here.

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

    Login to your account

    @if (Route::has('password.request')) Forgot your password? @endif
    @endsection