@extends('admin.master') @section("title") {{$c->title}} @endsection @section("desc")
@endsection @section('content')

{{$c->title}} {{__('Edit Content')}}

{{csrf_field()}}
{{csrf_field()}}
{{__('Title')}} {{__('ID')}}
{{e2("Parent")}} {{__('Content Type')}} {{__('Content')}} @include("admin.inc.fields")
@if($c->cover!='')
@else @endif
@if($c->cover!='') @endif

@if($c->files!="") @php $files = explode(",",$c->files); @endphp @foreach(@$files AS $f) slug . "/","",$f); ?>
{{$file_title}}
Check
@endforeach @endif
{{__('You can upload files of the content by dropping or clicking here')}}
{{csrf_field()}}
@include("admin.inc.sub-content")
@endsection