@extends('layouts.main')
@section('title', 'Nomadic-Reset Password')
@section('content')
{{__('Join global creatives')}}
{{__('Reset Password')}}
@if (session('error'))
{{session('error')}}
@endif
@if (session('success'))
{{session('success')}}
@endif
@endsection
@section('footer_scripts')
@endsection