@extends('admin.layouts.master') @section('title', __('update_blog')) @section('content')

{{ __('update_blog') }}

@csrf

{{ __('blog_information') }}

{{ $errors->first('title') }}

{{ $errors->first('slug') }}

{{ $errors->first('category') }}

{{ $errors->first('description') }}

status == 1 ? 'checked' : '' }} class="sandbox_mode">
is_top == 1 ? 'checked' : '' }} class="sandbox_mode">
@include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])

{{ __('blog_banner') }}

image

{{ __('seo_and_marketing') }}

{{ $errors->first('seo_title') }}

{{ $errors->first('meta_description') }}

{{ $errors->first('focus_keyword') }}

({{ __('use_comma_to_separate_focus_keyword') }})

{{ $errors->first('tags') }}

({{ __('use_comma_to_separate_tags') }})

@endsection @push('js') @endpush