@extends('admin.layouts.master') @section('title', __('update_blog')) @section('content')
{{ $errors->first('title') }}
{{ $errors->first('slug') }}
{{ $errors->first('category') }}
{{ $errors->first('description') }}
{{ $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') }})