@php
echo " ";
echo date('d M Y',strtotime($content->publish_up));
echo "";
echo \Carbon\Carbon::now()->subMinutes( \Carbon\Carbon::now()->diffInMinutes( \Carbon\Carbon::parse($content->publish_up)))->diffForHumans();
echo "";
@endphp
{!! $content->description !!}
@if($files->first())
-
@else
_
@endif
@if($images->first())
-
{{--
{{$images}} --}}
@foreach ($images as $image)
-
{{$image->title}}
{{$image->description}}
@if (Auth::user())
Eliminar imagen
@endif
@endforeach
@endif