A lot of things
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@section('page-title', "My Drafts - " . config('app.name'))
|
||||
|
||||
@section('content')
|
||||
{{ \Diglactic\Breadcrumbs\Breadcrumbs::render() }}
|
||||
<div class="page-title">
|
||||
My Drafts
|
||||
</div>
|
||||
@@ -16,6 +17,9 @@
|
||||
<span>{{ $drafts->total() }} draft{{ $drafts->total() > 1 ? 's' : '' }}</span>
|
||||
</div>
|
||||
<div class="drafts-list">
|
||||
@foreach($newsDrafts as $draft)
|
||||
@include('news.draft_item', ['news' => $draft])
|
||||
@endforeach
|
||||
@foreach($drafts as $draft)
|
||||
@include('entries.draft_item', ['entry' => $draft])
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user