@extends('layouts.webmaster') @push('page-style') @endpush @section('page-content') Home Forgot Password @if (session()->has('success')) × {{ Session::get('success') }} @endif @if (session()->has('failed')) × {{ Session::get('failed') }} @endif {{ csrf_field() }} Forgot Password E-Mail Address @if ($errors->has('email')) {{ $errors->first('email') }} @endif Send Password Reset Link @endsection @push('page-script') @endpush