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

{!! $title !!}

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