@extends('layouts.login-layout') @section('title', 'Reset Password') @section('content') @livewire('user.reset-password-form' , ['token' => $token , 'email'=>$email]) @endsection