@extends('layouts.auth') @section('body_class','login-page') @section('content')
@if (isset($errorMessage)) {{ $errorMessage }} @endif {{ csrf_field() }}
@lang('auth.login_title')
person
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
lock
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(config('bap.allow_registration')) @else @if(config('bap.demo')) @else @endif @endif
@endsection