{{-- Form --}}
{!! csrf_field() !!} {{-- email --}}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@include('layouts.inc.tools.captcha') {{-- remember me & password recover --}} {{-- button --}}