@extends('root') @section('title', 'Blog Posts') @section('content')
@include('components.breadcrumb', [ 'title' => 'Blog Posts', 'links' => [ ['url' => route('admin.dashboard'), 'label' => 'Dashboard'], ], 'current' => 'Blog Posts' ]) {{-- Summary Cards --}}
Total Posts

0

Published

0

Scheduled

0

Draft

0

{{-- Toolbar --}}
{{-- Bulk Actions --}}
0 posts dipilih
{{-- DataTable --}}
Title Category Status Views Published Opsi
@endsection @push('scripts') @endpush