@extends('layouts.master') @section('title') {{ __('Transfer & Promote Students') }} @endsection @section('content')
@can('transfer-student-create')

{{ __('Transfer Student In Next Section')}}

@csrf
{{ __('id') }} {{ __('User Id') }} {{ __('no.') }} {{ __('name') }}
@endcan @can('promote-student-create')

{{ __('Promote Student In Next Session')}}

@csrf
{{ __('id') }} {{ __('no.') }} {{ __('Student Id') }} {{ __('name') }} {{ __('result') }} {{ __('status') }}
@endcan
@endsection @section('script') @endsection