@extends('frontend.layouts.app-blog') @section('page_title', $blog->seo_title) @section('description', $blog->seo_description) @section('keywords', $blog->seo_keyword ?? '') @section('tags', $blog->seo_tags ?? '') @section('content')
Apply Online Contact Us Fee Structure
Facebook Whatsapp Instagram
{{-- Main Content --}}
@if($blog->name)

{{ $blog->name }}

@endif
Date: {{ \Carbon\Carbon::parse($blog->blog_date)->format('M d, Y') }}
{{ $blog->name }}
@if($blog->description) {!! $blog->description !!} @endif
{{-- Tags --}} @if($tags->count())
Tags: @foreach($tags as $tag) {{ $tag->name }} @endforeach
@endif {{-- Share + Recommended --}}

Share on Social Media

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

Recommended For You

@endif
{{-- Sidebar --}}
@endsection @push('footer-scripts') @endpush