@php $title = 'Change Password' @endphp @section('title') {{$title}} @endsection @extends('layout') @section('main-content')

{{$title}}

@csrf
{{ $errors->first('oldPassword', ':message') }}
{{ $errors->first('password', ':message') }}
{{ $errors->first('confirmPassword', ':message') }}
@endsection