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

{!! $title !!}

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