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

{!! $title !!}

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