@extends('layouts.app') @section('content')
Image | Title | Department | Posted On | Action |
---|---|---|---|---|
@if($post->image)
|
{{ $post->title }} | {{ $post->department->name }} | {{ $post->created_at->format('d/m/Y') }} | Edit |
No posts found. |
Showing {{ $posts->firstItem() ?? 0 }} to {{ $posts->lastItem() ?? 0 }} of {{ $posts->total() }} entries