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

{!! $title !!}

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