@php $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/layoutMaster') @section('title', 'Admin Password Confirm') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Please Enter Students Email

@if(session()->has('errors')) @endif @if(session()->has('status')) @endif
@csrf
@endsection