@yield('style')
{{ config('admin.name') }}
{{--
--}} {{--
Home
--}} {{--
Features
--}} {{--
Pricing
--}} {{--
FAQs
--}} {{--
--}} @if(auth('web')->check())
个人中心
退出
@else
登录
@endif
@foreach($errors->all() as $error)
{{ $error }}
@endforeach @yield('content')
@yield('script')