@extends('layouts.back_login') @section('title') @lang('auth.page_title') @endsection @section('form') {!! Form::open(['url' => '/back/loginp', 'method' => 'POST']) !!}
@if ($errors->has('login')) {{ $errors->first('login') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@lang('auth.forgot')

{!! Form::close() !!} @endsection