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

编辑文章

@if (Session::has('successMsg'))
{{Session::get('successMsg')}}
@endif @if (Session::has('errorMsg'))
错误: {{Session::get('errorMsg')}}
@endif
@if($article->type != '4' && $article->type != '2')
值越高显示时越靠前
@endif @if($article->type != '2')
@if($article->type == '4')
@if($article->logo)
@endif
@else
logo) {{$article->logo}} @else /assets/images/noimage.png @endif /> 推荐尺寸:100x75
@endif
@endif
@endsection @section('script') @endsection