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

Login


{{ csrf_field() }}

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