@section('title', $blog->meta_title) @section('description', $blog->meta_description) @section('keywords', $blog->meta_keywords) @section('tags', $blog->meta_tags) @extends('front.new.layouts.app') @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::newsArticle( $blog->name, URL('/') . '/front/images/new-giu/blog/' . $blog->img, date('c', strtotime($blog->b_date)), ), ) !!} @endpush @section('content')
{{-- Right Side Pin Buttons --}}
Apply Online Fee Structure Scholarships International Programs Our News Letter
{{-- Left Side Pin Social Icons --}}
Facebook Instagram YouTube LinkedIn TikTok Snapchat X
@if (isset($blog['name']))

{{ $blog['name'] }}

@endif
Date: {{ \Carbon\Carbon::parse($blog->b_date)->format('M d, Y') }}
@if (isset($blog['long_description']))
{!! $blog['long_description'] !!}
@endif
{{-- Tags --}}
@if ($tags->count())
Tags: @foreach ($tags as $tag) {{ $tag->name }} @endforeach
@endif

Share on Social Media

@if ($relevantBlogs->count() > 0)

Recommended For You

@endif
{{-- --}} @endsection @push('js') @endpush