@extends('layouts.admin_layout') @section('title', 'Add Blog') @section('content') Add Blog Home Manage Blogs Add Blog Add Blog @csrf Name Thumbnail Categories Select Category @foreach($blog_categories as $blog_category_row) {{$blog_category_row->blog_category_name}} @endforeach Preview Headline Content One Content One Image Content Two Image Content Two YouTube Video Banner YouTube Video ID Content Three Content Footer Publish Date Author Name Author Profile Picture Related Tags @foreach($blog_tags as $blog_tag_row) {{$blog_tag_row->blog_tag_name}} @endforeach Meta Title Meta Description Status Active Inactive @endsection