@php $i = 0; @endphp @foreach($blogs as $data)
{{ $data->title }}
{{ $data->created_at }}
READ MORE
@php $i++; @endphp @endforeach
Load More