@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/read.css') !!} {!! resource($defaultSkinPath.'asset/compose.css') !!} {!! editorScript(); !!} @endpush @section('content')
@csrf
@if (!empty($uid) and !empty($cfg->use->textUrl))
Url
@endif
@if (!empty($cfg->use->category) and !empty($cfg->category)) @foreach ($cfg->category as $cat)
color) ? 'class="badge" style="background-color: '.$cat->color.'"':'class="badge bg-primary"' !!}> category) and in_array($cat->title, $var->category)))>{{$cat->title}}
@endforeach @endif
option->youtube) and $var->option->youtube==1))> youtube
@if ($access->FileUpload and isset($cfg->use->fileupload)) @php($files = !empty($var->allFiles) ? $var->allFiles:[]) @include('files-edit', ['files'=>$files]) @endif @if ($access->FullControl and $uid)
Created at
@endif
@include($defaultPath.'footer')
@endsection