@foreach($posts as $post)
@if(str_contains($post->image, 'images/')) {{ $post->title }} @else {{ $post->title }} @endif

{{ $post->title }}

{{-- {{ $post->created_at->format('Y/m/d') }}--}} {{ jdate($post->created_at)->format('Y/m/d') }} مشاهده بیشتر
@endforeach