@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.marketingBlogCategory.title_singular') }}
@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('cruds.marketingBlogCategory.fields.title_helper') }}
@endsection