@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}} {{$item->sub_title}} @endforeach @endif {{$blogs->links()}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- «--}} {{-- Previous--}} {{-- --}} {{-- --}} {{-- 1--}} {{-- 2--}} {{-- 3--}} {{-- --}} {{-- --}} {{-- »--}} {{-- Next--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection
{{$item->sub_title}}