@extends('layouts.master-without-nav') @section('title') Recover Password @endsection @section('content')
{{env('APP_NAME')}}

User Experience & Interface Design Strategy Saas Solution

Reset Password

Reset your password to {{env('APP_NAME')}}.

@if (session('status')) @endif
@csrf

Don't have an account ? Log in

© Crafted with by {{env('APP_NAME')}}

@endsection @section('scripts') @endsection