370 lines
29 KiB
PHP
370 lines
29 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
|
|
<title><?php echo $__env->yieldContent('title', '管理后台'); ?> - 云创芯</title>
|
|
<link rel="stylesheet" href="<?php echo e(asset('css/app.css')); ?>?v=<?php echo e(filemtime(public_path('css/app.css'))); ?>">
|
|
</head>
|
|
<body class="admin-body">
|
|
<div class="admin-shell">
|
|
<aside class="admin-side">
|
|
<div class="admin-brand"><img src="<?php echo e(asset('images/logo-dark.png')); ?>" alt="logo" class="brand-logo" width="40" height="24"> 云创芯电子后台</div>
|
|
<nav class="admin-nav">
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'dashboard.view')): ?><a href="<?php echo e(route('admin.dashboard')); ?>" class="<?php if(request()->routeIs('admin.dashboard')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'grid','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'grid','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 仪表盘</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'products.view')): ?><a href="<?php echo e(route('admin.products.index')); ?>" class="<?php if(request()->routeIs('admin.products.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'box','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'box','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 产品</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'categories.view')): ?><a href="<?php echo e(route('admin.categories.index')); ?>" class="<?php if(request()->routeIs('admin.categories.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'tag','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'tag','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 分类</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'articles.view')): ?><a href="<?php echo e(route('admin.articles.index')); ?>" class="<?php if(request()->routeIs('admin.articles.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'doc','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'doc','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 文章</a><?php endif; ?>
|
|
<?php if(auth()->user()->canPerm('articles.moderate') || auth()->user()->canPerm('forum.moderate')): ?><a href="<?php echo e(route('admin.moderation.index')); ?>" class="<?php if(request()->routeIs('admin.moderation.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'check','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'check','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 审核队列</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'glossary.view')): ?><a href="<?php echo e(route('admin.glossary.index')); ?>" class="<?php if(request()->routeIs('admin.glossary.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'book','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'book','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 术语库</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'forum.view')): ?><a href="<?php echo e(route('admin.forum.boards.index')); ?>" class="<?php if(request()->routeIs('admin.forum.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'chat','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'chat','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 论坛</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'contacts.view')): ?><a href="<?php echo e(route('admin.contacts.index')); ?>" class="<?php if(request()->routeIs('admin.contacts.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'mail','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'mail','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 留言</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'users.view')): ?><a href="<?php echo e(route('admin.users.index')); ?>" class="<?php if(request()->routeIs('admin.users.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'users','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'users','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 用户</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'settings.view')): ?><a href="<?php echo e(route('admin.settings')); ?>" class="<?php if(request()->routeIs('admin.settings')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'settings','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'settings','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 站点设置</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'appearance.view')): ?><a href="<?php echo e(route('admin.hero-slides.index')); ?>" class="<?php if(request()->routeIs('admin.hero-slides.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'layers','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'layers','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 首页轮播</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'appearance.view')): ?><a href="<?php echo e(route('admin.menus.index')); ?>" class="<?php if(request()->routeIs('admin.menus.*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'menu','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'menu','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 导航菜单</a><?php endif; ?>
|
|
<?php if (\Illuminate\Support\Facades\Blade::check('canPerm', 'settings.update')): ?><a href="<?php echo e(route('admin.database')); ?>" class="<?php if(request()->routeIs('admin.database*')): ?> active <?php endif; ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'database','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'database','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 数据库</a><?php endif; ?>
|
|
</nav>
|
|
<div class="admin-foot">
|
|
<a href="<?php echo e(url('/')); ?>" target="_blank"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'arrow','size' => 16]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'arrow','size' => 16]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 访问前台</a>
|
|
<a href="<?php echo e(route('auth.settings')); ?>"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'lock','size' => 16]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'lock','size' => 16]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 修改密码</a>
|
|
<form method="POST" action="<?php echo e(url('/logout')); ?>"><?php echo csrf_field(); ?><button type="submit" class="btn-link">退出登录</button></form>
|
|
</div>
|
|
</aside>
|
|
<main class="admin-main">
|
|
<div class="admin-topbar">
|
|
<h1><?php echo $__env->yieldContent('page-title', '管理后台'); ?></h1>
|
|
<div class="admin-actions"><?php echo $__env->yieldContent('actions'); ?></div>
|
|
</div>
|
|
<?php if(session('success')): ?><div class="alert alert-success"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'check','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'check','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> <?php echo e(session('success')); ?></div><?php endif; ?>
|
|
<?php if($errors->any()): ?><div class="alert alert-danger"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'alert','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['name' => 'alert','size' => 18]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
|
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
|
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
|
<?php endif; ?> 表单填写有误,请检查后重试。</div><?php endif; ?>
|
|
<?php echo $__env->yieldContent('content'); ?>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<?php /**PATH /www/wwwroot/cloud-chip.cn/resources/views/admin/layout.blade.php ENDPATH**/ ?>
|