Your Listing Has Been Updated by an Administrator

Hello,

One of your listings has been updated by an administrator.

Listing Details

ID {{ $post->id }}
Title {{ $post->title }}
Category {{ $post->category->name }}
Date {{ $date }}
Time {{ $time }}
@if (!empty($reason))

Reason for Edit

{{ $reason }}

@endif @if (!empty($changes))

Changes Made

@foreach ($changes as $field => $values) @endforeach
Field Old New
{{ $field }} {{ is_array($values['old']) ? implode(', ', $values['old']) : $values['old'] }} {{ is_array($values['new']) ? implode(', ', $values['new']) : $values['new'] }}
@endif

Best regards,
The {{ config('app.name') }} Team