{!! config('admin.logo') !!}

让后台开发更简单

{{ __('admin.welcome_back') }}

@if($errors->has('username')) @foreach($errors->get('username') as $message) {{$message}}
@endforeach
@endif
@if($errors->has('password')) @foreach($errors->get('password') as $message) {{$message}}
@endforeach
@endif
{{ trans('admin.remember_me') }}

十分钟内构建一个功能完善的高颜值后台系统。

Dcat Admin