@extends('core.layouts.public_app',['page'=>' class="horizontal-layout horizontal-menu 2-columns bg-full-screen-image" data-open="click" data-menu="horizontal-menu" data-col="2-columns"']) @section('icon',business()['icon']) @section('content')
{{trans('navs.frontend.login')}}
{!! csrf_field() !!}
@if($errors->first('email'))
×
{{$errors->first('email')}}
@endif
@if(session('flash_user_error'))
×
{{session('flash_user_error')}}
@endif @if(config('master.captcha'))
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
{{ trans('labels.frontend.auth.remember_me') }}
{{trans('labels.frontend.passwords.forgot_password')}}
{{trans('navs.frontend.login')}}
@endsection @if(config('master.captcha')) @section('after-scripts') @endsection @endif