cms/resources/views/admin/posts/index.blade.php

9 lines
196 B
PHP
Raw Permalink Normal View History

@extends('layouts.admin')
@section('content')
<div id="post-index"
data-custom-post-type="{{ json_encode($customPostType) }}"
data-posts="{{ json_encode($posts) }}">
</div>
@endsection