@section('css') @endsection
@lang('Students List') @lang('New User')
@foreach ($students as $student) @endforeach
@lang('Code') @lang('Name') @lang('Email') @lang('Username') @lang('Status') @lang('Action')
{{ $student->code }} {{ $student->name }}
{{ $student->assignRoles() }}
{{ $student->email }} {{ $student->username }} {{ $student->status }}
@section('script') @endsection