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