@extends('layouts.dashboard.app') @section('content')
@csrf @includeIf('dashboard.categories.form', ['mode' => 'CREATE','editable' => true])
@endsection