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

{{ $post->title }}

Youtube videos are recommended
has_comments) checked @endif class="form-check-input" id="has_comments" name="has_comments" type="checkbox" checked>
is_featured) checked @endif id="is_featured" class="form-check-input" name="is_featured" type="checkbox">
@if ($post->images)
@php $imgs = json_decode($post->images); @endphp @foreach ($imgs as $key => $item)
@endforeach
@endif
SEO
@csrf
@stop @section('css') @stop @section('js') @stop