@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')
Logo
{{trans('navs.frontend.customer_login')}}
{{ csrf_field() }}
@if ($errors->has('email')) @endif @if(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
@endsection @if(config('master.captcha')) @section('after-scripts') @endsection @endif