@extends('app') @section('content')
Login
@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
<<<<<<< HEAD Forgot Your Password?
======= Forgot Your Password?
>>>>>>> master @endsection