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

{!! $title !!}

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