@extends('admin.layouts') @section('css') @endsection @section('content')

编辑文章

@if (Session::has('successMsg'))
{{Session::get('successMsg')}}
@endif @if (Session::has('errorMsg'))
错误: {{Session::get('errorMsg')}}
@endif
type == '1' ? 'checked' : ''}} disabled/>
type == '2' ? 'checked' : ''}} disabled/>
type == '3' ? 'checked' : ''}} disabled/>
type == '4' ? 'checked' : ''}} disabled/>
{{csrf_field()}}
@if($article->type == 1)
@endif @if($article->type == 1 || $article->type == 3)
值越高显示时越靠前
@endif @if($article->type != 2)
@if($article->type == 1)
logo?:'/assets/images/default.png'}} /> 推荐尺寸:100x75
@else
@if($article->logo)
@endif
图标列表 | 格式: fa-windows @endif
@endif
返 回
@endsection @section('script') @endsection