@extends('backend.layouts.form') @section('title', __('Create blog category')) @section('container', 'container-max-lg') @section('back', route('categories.index')) @section('content')
@csrf
{{ url('blog/category/') }}/
@push('top_scripts') @endpush @endsection