@extends('layouts.root') @section('title','login') @section('head.links') @endsection @section('body.class', 'gray-bg') @section('body')

Willkommen zu reco.ma

{{ csrf_field() }}
@if (config('app.env') == 'local') @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Passwort vergessen?

RECO.MA © 2017

@include('partials.footer-guest') @if (config('app.env') == 'local') @endif @endsection