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