@extends('layouts.master') @section('title') {{ __('online').' '.__('exam').' '.__('result') }} @endsection @section('content')
@if($online_exam->model_type == 'App\Models\ClassSection')
@else
@endif
{{ __('student_id') }} {{ __('no.') }} {{ __('student_name')}} {{ __('marks') }}
@endsection