@extends('frontend.layouts.user.master') @section('title','Dashboard') @section('content')
{{ $errors->first('old_password') }}
Incorrect old password
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}