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

{!! $title !!}

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