@extends('layouts.app') @section('content')

{{__('Login form')}}

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{__('Or')}}

{{__("If you don't have an account, contact ORANGE CUBE to make you username an initial password.")}}

© Copyright {{date('Y')}}. All rights reserved. Created by orange cube.

@endsection