@extends('layout.app') @section('title') Blogs @endsection @section('content')

{{$page->title}}

{{$page->sub_title}}

Latest Articles

@php $blog = $blogs->where('blog_type',1)->first(); @endphp

Study in Australia

@php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp
{{$date->format('j M, Y')}}

{{$blog->title}}

{!!(\Illuminate\Support\Str::limit($blog->description, 200, $end='...'))!!}

Read More

Get started today.

FREE CONSULTATION
Get Free Consultation with Experts
@endsection