@extends('admin.main') @section('content')

文章資訊

  • permission == 1 ? 'checked' : '' }}>
  • permission == 2 ? 'checked' : '' }}>
  • status ? 'checked' : '' }}>
  • status ? 'checked' : '' }}>
@if ($data)

{{ $data->updated_at }}

@endif

推薦商品

文章圖片

@if($article_picture) @foreach($article_picture as $picture)
@endforeach @endif

文章影片

@if($article_video) @foreach($article_video as $video)
@endforeach @endif
@checkPerm(ARTICLE_EDIT) @endcheckPerm 返回
@endsection @include('widgets.datetime_picker') @push('css') @endpush @push('js') @endpush