@extends('layouts.master') @section('title', 'Reset Password') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') SIIT Scholarship and Loan Repayment System @yield('title') {{ csrf_field() }} Please enter a password of at least 8-20 characters. Your password must contain at least one letter (a-Z) and one number (0-9). New Password * Looks good! Please enter your New Password. Confirm New Password * Looks good! Please confirm your new password. @include('layouts.footer') @endsection