@extends('admin.layouts.master-soyuz') @section('title',__('Edit Blog')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __("Edit Blog") }}
{{csrf_field()}} {{ method_field('PUT') }}
({{__("Please Enter Description")}})

{{ __("Browse") }}
({{__("Choose Image for blog post")}})
{{ __("Browse") }}
({{__("Choose banner for blog post")}})
@if($blog->banner) @endif


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