@php($title =__('categories_create') ) @if (\Route::has('dashboard.categories.index')) @endif

{!! $title !!}

@if (\Route::has('dashboard.categories.store'))
@csrf @include('dashboard::category.form',compact('category'))
@else dashboard.categories.store is not exits @endif