@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 * New Password * Confirm Password * @endsection @section('scripts') @endsection