@extends('layouts.master') @section('title') {{ __('online').' '.__('exam').' '.__('result') }} @endsection @section('content')
{{-- --}}
{{ __('student_id') }} {{ __('no.') }} {{ __('student_name')}} {{ __('marks') }}
@endsection @section('script') @endsection