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

{{__('Update Password')}}

@if (session('error'))
{{session('error')}}
@endif @if (session('success'))
{{session('success')}}
@endif
@csrf
{{$data->email}}
@endsection @section('footer_scripts') @endsection