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

编辑文章

@if($errors->any()) @endif @if (Session::has('successMsg')) @endif
@method('PUT')@csrf
type === 1 ? 'checked' : ''}} disabled/>
type === 2 ? 'checked' : ''}} disabled/>
type === 3 ? 'checked' : ''}} disabled/>
type === 4 ? 'checked' : ''}} disabled/>
@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('javascript') @endsection