@foreach ($datas as $posts) @php if($posts->slug === request()->route('slug')){ continue; } @endphp
  • {{ $posts->title }}

    {{ strip_tags($posts->content) }}

    by {{ $posts->users[0]->name }} {{ Carbon\Carbon::parse($posts->created_at)->diffForHumans() }}
  • @endforeach