@extends('cms.layouts.app')
@section('pre-styles')
@endsection
@section('contents')
Cms
Post Category
Name |
Posts |
Code |
Description |
Status |
Actions |
@{{ record.name }} |
@{{ record.posts ? Object.keys(record.posts).length : 0 }} |
@{{ record.code }} |
@{{ record.description }} |
|
|
{{-- don't remove this --}}
@{{ editModel }}
@endsection
@section('scripts')
@endsection