@extends('layouts.admin.auth_layout') @section('title', 'Password Update') @section('vendor-css') @endsection @section('page-css') @endsection @section('content') {{ __('Reset Your Password') }} @csrf {{ __('Email address') }} @error('email') {{ $message }} @enderror {{ __('New Password') }} @error('password') {{ $message }} @enderror {{ __('Confirm New Password') }} {{ __('Reset my password') }} @endsection @section('page-vendor-js') @endsection @section('page-js') @endsection