@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |Promote student >> level @endsection @section('content')

Promote student to next level-

@lang('app.intro-text')

@csrf()
{{ Form::button('Submit', ['type' => 'submit', 'class' => 'btn btn-lg btn-success pull-right']) }}
@endsection @section('scripts') @endsection