{{ __('students') }}

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