{{-- @extends('layouts.app') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection --}} @extends('layouts.master-without-nav') @section('title')Metrica @endsection @section('content') @section('body') @endsection

Reset Password For Metrica

Enter your Email and instructions will be sent to you!

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror

Remember It ? Sign in here

© Metrica
@endsection