@extends('front.layouts.app') @push('user.css') @endpush @section('content') المدونة الرئيسية المدونة @if(isset($blogs) && $blogs->count() > 0) @foreach($blogs as $item) {{-- {{date('d', strtotime($item->created_at))}} {{date('M', strtotime($item->created_at))}} --}} {{$item->title}} إقرأ المزيد @endforeach @endif {{$blogs->links()}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- «--}} {{-- Previous--}} {{-- --}} {{-- --}} {{-- 1--}} {{-- 2--}} {{-- 3--}} {{-- --}} {{-- --}} {{-- »--}} {{-- Next--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection