@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")}})

{{ __("Browse") }}
({{__("Choose Image for blog post")}})


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