@extends('layouts.admin') @section('title', 'Add-Blog') @section('page-title', 'Add-Blog') @section('content')

Create New Blog Post

{{-- Display success message --}} @if(session('success')) @endif {{-- Display validation errors --}} @if($errors->any()) @endif
@csrf
@if(isset($hero) && $hero->featured_img) Featured @endif

SEO Meta Information
@endsection