@extends('layouts.app') @section('content')

Diocese Posts

All Diocese Posts
@foreach($posts as $post) @endforeach
Image Title Diocese Posted on Action
@if($post->photo) Post Image @else No Image @endif {{ $post->title }} {{ $post->diocese->name ?? '—' }} {{ \Carbon\Carbon::parse($post->created_at)->format('d/M/Y') }} Edit
@csrf @method('DELETE')
{{ $posts->links() }}
@endsection