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

{!! $title !!}

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