@extends('components.layouts.auth.auth-layout') @section('title', 'Admin Reset Password') @section('contents') @livewire('auth.reset-password', ['token' => $token]) @endsection