@extends('layouts.admin_layout') @section('title', 'Edit Blog') @section('content')

Edit Blog

Edit Blog

@csrf


@if(!empty($blog->blog_content_one_image))


@endif
@if(!empty($blog->blog_content_two_image))


@endif
@if(!empty($blog->blog_content_youtube_banner))


@endif

@if(!empty($blog->blog_author_picture)) @else @endif
@endsection