@extends('layouts.master') @section('title') {{ __('promote_student') }} @endsection @section('content')
@csrf
{{ __('id') }} {{ __('name') }} {{ __('roll_no') }} {{ __('gr_no') }} {{ __('exam_result') }} {{ __('status') }} {{ __('continue?') }} {{ __('promoted_to') }} {{ __('action') }}
@endsection @section('script') @endsection