@extends('layouts.master') @section('content') @php use Carbon\Carbon; @endphp
@php $blogContent = old('description') ?? $blog->description; @endphp
@method('PATCH')
{{-- --}}
{{-- --}}

Save
@endsection @push('custom_js') {{-- @include('_helpers.slugify', ['title' => 'title']) --}} @include('_helpers.image_preview', ['name' => 'image']) @include('_helpers.image_preview', ['name' => 'cover']) @include('_helpers.ck_editor') @include('_helpers.ajax_form') @endpush