@extends('layouts.admin_layout') @section('title', 'Edit Blog') @section('content') Edit Blog Home Manage Blogs Edit Blog Edit Blog @csrf Name Thumbnail Categories Select Category @foreach($blog_categories as $blog_category_row) id == $blog->blog_category_id) selected @endif>{{$blog_category_row->blog_category_name}} @endforeach Preview {{$blog->blog_preview}} Headline {{$blog->blog_headline}} Content One {{$blog->blog_content_one}} Content One Image @if(!empty($blog->blog_content_one_image)) Delete @endif Content Two Image @if(!empty($blog->blog_content_two_image)) Delete @endif Content Two {{$blog->blog_content_two}} YouTube Video Banner @if(!empty($blog->blog_content_youtube_banner)) Delete @endif YouTube Video ID Content Three {{$blog->blog_content_three}} Content Footer {{$blog->blog_content_footer}} Publish Date Author Name Author Profile Picture @if(!empty($blog->blog_author_picture)) @else @endif Related Tags @foreach($blog_tags as $blog_tag_row) id, $blog_tag_ids)) selected @endif>{{$blog_tag_row->blog_tag_name}} @endforeach Meta Title Meta Description {{$blog->meta_description}} Status Active display_status)) selected @endif>Inactive @endsection