@extends('layouts.app') @section('keywords', '') @section('description', '') @section('css') @endsection @section('content') {{-- --}} Back @csrf {{ __('Update Password') }} @if (session('status')) {{ session('status') }} @endif @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror @error('password_confirmation') {{ $message }} @enderror {{ __('Reset Password') }} @endsection @section('js') @endsection