@extends('layouts.backend') @section('title') Blog @endsection @section('headSection') @endsection @section('content')

{{ __('Create Blog') }}

@csrf @method('post')
At a minimum 35 words @if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('tags')) {{ $errors->first('tags') }} @endif
Feature Image cannot more than 1mb , with format : jpeg,jpg,png. Size 750x433
Feature Image names are prohibited using #,%,\,/,? @if ($errors->has('feature_image')) {{ $errors->first('feature_image') }} @endif
@if ($errors->has('seo_title')) {{ $errors->first('seo_title') }} @endif
@if ($errors->has('seo_title')) {{ $errors->first('seo_title') }} @endif
@endsection @section('footerSection') @endsection