@csrf
@if(count($news) > 0)
Recent Posts
    @foreach($events as $recent_post) @if ($recent_post->id == $event->id) @else
  1. {{ date('M j, Y', strtotime($recent_post->created_at)) }}

    {{ Str::limit($recent_post->title, 30)}}
  2. @endif @endforeach
@endif {{--
Archives
    @foreach($archives as $arc)
  1. {{ date('F Y', strtotime($arc->created_at)) }} 1
  2. @endforeach
--}} {{--
Tags
@foreach($tags as $tag)
  • @csrf
  • @endforeach
    --}}