@extends('client.layout') @section('title') Goggles | Password Reset @endsection @section('keywords') goggles, reset password, password recovery goggles, log in optic store, sunglasses, eyeglasses, goggles eyeglasses @endsection @section('description') Login to use our full fuctionalities. @endsection @section('banner') @include('client.components.banner', ['bannerTitle' => "Password Reset"]) @endsection @section('content') Password Reset @csrf @php $token = request()->get('validator'); @endphp Enter new Password Re-type new password @endsection @section('pageScripts') @endsection