{{ __('clients') }}

@if (auth()->user()->roles()->whereIn('name', ['Super Admin', 'Admin'])->exists())
{{ __('addclient') }}
@endif