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

{!! $title !!}

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