@if(Auth::user()->role == 'admin')
@lang('Student\'s List') {{-- Admission --}} @lang('Student '.(school('country')->code == 'SG' ? 'Race' : 'Categories')) @lang('Student '.(school('country')->code == 'SG' ? 'Branch' : 'House')) @lang('Board Exam') {{--Student Add --}}
@if(isset($houses)) @lang('Add '.(school('country')->code == 'SG' ? 'Branch' : 'House')) @endif
@endif