@extends('landing page.main') @section('content')

Reset Password

  • Home
  • Reset Password

Reset Password

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ implode(', ', $errors->all()) }}
@endif
@csrf
{{ __('Reset Password') }}
@endsection