@extends('backend.layouts.form') @section('title', 'Add new category') @section('container', 'container-max-lg') @section('back', route('admin.categories.index')) @section('content')
@csrf
@endsection