@extends('frontend.layouts.app') @section('page_title', $blog->seo_title) @section('description', $blog->seo_description) @section('keywords', $blog->seo_keyword) @section('tags', $blog->seo_tags) @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::newsArticle( $blog['name'], asset('storage/' . $blog->cover_image), date('c', strtotime($blog->blog_date)), ), ) !!} @endpush @section('content')
{{-- Right Side Pin Buttons --}}
Book a Visit Admission Form School Calendar
{{-- Left Side Pin Social Icons --}}
Facebook Instagram YouTube LinkedIn
@if(isset($blog['name']))

{{ $blog['name'] }}

@endif
Date: {{ \Carbon\Carbon::parse($blog->blog_date)->format('M d, Y') }}
@if(isset($blog->description)) {!! $blog->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('footer-scripts') @endpush