@extends('layouts.main') @section('title', 'Nomadic-Reset Password') @section('content')

{{__('Reset Password')}}

@if (session('error'))
{{session('error')}}
@endif @if (session('success'))
{{session('success')}}
@endif
@csrf
@endsection @section('footer_scripts') @endsection