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

{{ __('pro') . ' ' . __('promote_student') }}

--}}
@csrf
{{ __('id') }} {{ __('no.') }} {{ __('student_id') }} {{ __('name') }} {{ __('result') }} {{ __('status') }}
@endsection @section('script') @endsection