@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('studentList'), 'pageName' => 'Student List', 'pageHeader'=> 'Student Info', ])
Student Info
@include('frontend.include.studentProfileBlockEdit', [ 'form_type' => 'admin', 'action' => route('studentUpdate'), 'studnetInfo'=> $studentInfo, ])
Change Password
@csrf
@endsection @section('customJs') @include('frontend.include.studentFormValidationScript'); @endsection @section('documentJquery') @endsection