@extends('layout') @section('title', 'Password Reset') @section('meta:title', 'AccessWorld: Password Reset') @section('meta:description', 'Reset your password.') @section('content') Reset Password @include('commons.alerts') {!! csrf_field() !!} E-Mail Address @if ($errors->has('email')) {{ $errors->first('email') }} @endif Password Confirm Password Reset Password @endsection @push('scripts') @endpush