@extends('includes.master') @section('content')

Login

{{ csrf_field() }}

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