@extends('Main.layout.app') @push('blogs_rel_url') @if ($blogs->onFirstPage()) @if($blogs->hasPages()) @endif @elseif($blogs->onLastPage()) @else @endif @endpush @push('preload') @endpush @push('styles') @endpush @section('content') Welcome to JODOGO Blog ! Here you can find latest travel news, articles, blogs, and more...! Recent blog posts {{$blogs_top[0]->title}} {{$blogs_top[0]->short_description}} {{$blogs_top[1]->title}} {{$blogs_top[1]->short_description}} {{ $blogs_top[2]->title }} {{ $blogs_top[2]->short_description }} All blog posts @foreach($blogs as $blog) {{ date('d/F/Y', strtotime($blog->created_at)) }} {{ $blog->title }} {{$blog->short_description}} @endforeach {{$blogs->links() }} @endsection
Here you can find latest travel news, articles, blogs, and more...!
{{$blogs_top[0]->short_description}}
{{$blogs_top[1]->short_description}}
{{ $blogs_top[2]->short_description }}
{{ date('d/F/Y', strtotime($blog->created_at)) }}
{{$blog->short_description}}