{{ __('employees') }}

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