@extends('layouts.master') @section('title') {{ __('assign_new_student_class') }} @endsection @section('content')
@csrf
# {{ __('id') }} {{ __('no.') }} {{ __('user_id') }} {{ __('first_name') }} {{ __('last_name') }} {{ __('image') }} {{ __('class') . ' ' . __('section') }} {{ __('admission_no') }} {{ __('roll_no') }}
@endsection @section('js') @endsection