@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Student Batch Change @endsection @section('content')

Student Batch Change

Please provide appropriate data during promotion of the student

{!! Form::open(['route' => 'student-batch-store', 'method' => 'POST']) !!}
*
*
{!! Form::close() !!}
@endsection @section('css') @endsection @section('scripts') @endsection