@extends('layouts.app') @php $title = 'Change Password'; @endphp @section('title', $title) @section('content') {{ $title }} Dashboard {{ $title }} @if (session('status')) {{ session('status') }} × @endif @if ($errors->any()) {{-- @foreach ($errors->all() as $error) {{ $error }} @endforeach × --}} @endif {{ $title }} @csrf Current Password * {{-- @error('old_password') {{ $message }} @enderror --}} New Password * @error('new_password') {{ $message }} @enderror Confirm Password * @error('new_password_confirmation') {{ $message }} @enderror @endsection @section('scripts') @endsection