@extends('layouts.master') @section('title') {{ __('assign') }} {{ __('roll_no') }} @endsection @section('content')

{{ __('list') . ' ' . __('students') }}

@if ($defaultClassSection)
@csrf
{{ __('no.') }} {{ __('student_id') }} {{ __('user_id') }} {{ __('new_roll_no') }} {{ __('old_roll_no') }} {{ __('first_name') }} {{ __('last_name') }} {{ __('dob') }} {{ __('image') }} {{ __('class') . ' ' . __('section') . ' ' . __('id') }} {{ __('admission_no') }} {{ __('admission_date') }}
@else
{{ __('no_class_section_assigned') }}
@endif
@endsection @section('js') @endsection