@extends('backend.layouts.master') @section('title', __('static.blog.create')) @section('content')
@csrf @include('backend.blog.fields')
@endsection