@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() !!}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @push('scripts') @endpush