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