@extends('back.layouts.layout') @section('title','Change Password') @section('content-header') Change Password Dashboard User Change Password @endsection @section('content') @csrf @method('post') New Password * @if ($errors->has('password')){{ $errors->first('password') }}@endif Confirm New Password * Old Password * @endsection