|
|
@@ -3,37 +3,22 @@
|
|
|
@section('title', trans('home.panel'))
|
|
|
@section('content')
|
|
|
<!-- BEGIN CONTENT BODY -->
|
|
|
- <div class="page-content">
|
|
|
- <!-- BEGIN PAGE BREADCRUMB -->
|
|
|
- <ul class="page-breadcrumb breadcrumb">
|
|
|
- <li>
|
|
|
- <a href="{{url('user')}}">用户中心</a>
|
|
|
- <i class="fa fa-circle"></i>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <a href="javascript:;">系统公告</a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <!-- END PAGE BREADCRUMB -->
|
|
|
+ <div class="page-content" style="padding-top:0;">
|
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<!-- BEGIN PORTLET -->
|
|
|
<div class="portlet light bordered">
|
|
|
<div class="portlet-title tabbable-line">
|
|
|
- <div class="caption caption-md">
|
|
|
- <i class="icon-globe theme-font hide"></i>
|
|
|
- <span class="caption-subject font-blue-madison bold uppercase">{{$info->title}}</span>
|
|
|
- </div>
|
|
|
- <div class="tools">
|
|
|
- <small>发布于:{{$info->created_at}}</small>
|
|
|
+ <div class="caption">
|
|
|
+ <i class="icon-directions font-green hide"></i>
|
|
|
+ <span class="caption-subject bold font-dark uppercase"> {{$info->title}} </span>
|
|
|
+ <span class="caption-helper">发布于:{{$info->created_at}}</span></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="portlet-body">
|
|
|
- <!--BEGIN TABS-->
|
|
|
<div class="tab-content">
|
|
|
{!! $info->content !!}
|
|
|
</div>
|
|
|
- <!--END TABS-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|