@extends('layouts.admin_layout') @section('title', 'Edit Blog') @section('content') Edit Blog Home Manage Blog Categories Edit Blog Edit Blog @csrf Category* Select @foreach($blog_categories as $blog_category_row) id == $blog->blog_category_id) selected @endif>{{$blog_category_row->blog_category_name}} @endforeach Name* Thumbnail (850 x 500) Publish Date* Preview {{$blog->blog_preview}} Content {{$blog->blog_content}} Meta Title* Meta Description* {{$blog->meta_description}} Status Active display_status)) selected @endif>Inactive @endsection