@extends('layouts.admin')
@section('page-header', 'Posts (Pending Approval)')
@section('styles')
@endsection
@section('content')
Title |
Owner |
|
|
@forelse ($posts as $post)
{{ $post->title }} |
View
Edit
|
@empty
No posts pending approval. |
@endforelse
{{-- $members->appends(request()->except('page'))->links() --}}
@endsection
@section('scripts')
@endsection