@extends("admin/layouts.master-soyuz") @section('title',"Edit Post - $blog->heading | ") @section("body")
Edit Post: {{ $blog->heading }}
{{csrf_field()}} {{ method_field('PUT') }}
(Please Enter Description)


(Choose Image for blog post)
status ==1 ? "checked" : ""}} id="toggle-event3" type="checkbox" class="tgl tgl-skewed"> (Choose status for your post)
Manage Comments
# Name Comment Action
@endsection @section('custom-script') @endsection