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

{!! $title !!}

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