@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('studentList'), 'pageName' => 'Student List', 'pageHeader'=> 'Student Info', 'htmlElement' => '
', ])
Student Info
@csrf

@if($studentInfo?->profile_pic!==null) @else @endif
Change Password
@csrf
@endsection @section('customJs') @endsection @section('documentJquery') @endsection