@extends('layouts.admin')
@section('page-header', 'Training (Pending Approval)')
@section('styles')
@endsection
@section('content')
Title |
Added on |
|
|
@forelse ($pendings as $pending)
{{ $pending->title }} |
{{ $pending->created_at->format('Y-m-d H:i') }} |
View
Edit
|
@empty
No posts pending approval. |
@endforelse
@endsection
@section('scripts')
@endsection