@extends('layouts.app') @section('content')
Login
@if (session('confirmation-success'))
{{ session('confirmation-success') }}
@endif @if (session('confirmation-danger'))
{!! session('confirmation-danger') !!}
@endif

Welcome Back!

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal

Sign in into your account

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

create an account

Forgot Your Password?

@endsection