@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

Jodogo Airport Assist Services

{{$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)
Jodogo Airport Assist Services

{{ date('d/F/Y', strtotime($blog->created_at)) }}

{{$blog->short_description}}

@endforeach {{$blogs->links() }}
@endsection