@extends('layouts.guest') @section('content')

Get Inspired and Create.

Copyright ©

Blackbox

Reset Password

Enter Your New Password

@if (session()->has('success'))
{{session()->get('success')}}
@elseif (session()->has('error'))
{{session()->get('error')}}
@endif
@endsection