@extends('admin.layouts.master-soyuz') @section('title','Edit Blog') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Front Settings") }} @endslot @slot('menu2') {{ __("Edit Blog") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
Edit Blog
{{csrf_field()}} {{ method_field('PUT') }}
(Please Enter Description)

Upload
(Choose Image for blog post)


(Choose status)
Manage Comments
# Name Comment Action
@endsection @section('custom-script') @endsection