@extends('layouts.frontend') @section('styles') @if(app()->getLocale() == "zh-cn") @else @endif @endsection @section('content')

{!! trans('panel.login.site_title') !!}

{{ trans('global.customer_login') }}

@if(session('message')) @endif
@csrf
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ trans('global.back') }}
@if(Route::has('frontend.password.request')) {{ trans('global.forgot_password') }}
@endif {{ trans('global.register') }}
@endsection @section('scripts') @endsection