@extends('master') @section('content')
@if($user) @include('authenticatie.password_reset.partials.reset_password_form') @else @include('authenticatie.password_reset.partials.forgot_password_form') @endif
@include('partials.footer_newsletter') @endsection