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

{{ __('generate') . ' ' . __('student') . ' ' . __('result') }}

{{-- get-student-list --}} @csrf

@canany(['generate-result']) @endcanany
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('gr_number') }} {{ __('roll_no') }} {{ __('class') . ' ' . __('section') . ' ' . __('id') }} {{ __('class') . ' ' . __('section') }}{{ __('action') }}
@endsection @section('script') @endsection