@extends('admin/layouts/layoutMaster') @section('title', 'Reset Student Password') @section('vendor-style') @endsection @section('content')
Reset Password
@if(session('errors')) @endif @if (session('success')) @endif
@csrf
@section('page-script') @endsection @endsection