@extends('backEnd.layouts.master') @section('title','Change Password') @section('css') @endsection @section('content')

Change Password

@csrf
@error('old_password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror
@error('confirm_password') {{ $message }} @enderror
@endsection @section('script') @endsection