@extends('layouts.login') @section('content')
{{ csrf_field() }}

Login to your account

Enter any username and password.
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Forgot your password ?

no worries, click Here to reset your password.

@endsection