@extends('layouts.master') @section('title')Change Password @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('title') Change Password @endslot @endcomponent
@if (Session::get('error'))
{{ Session::get('error') }}
@endif @if (Session::get('success'))
{{ Session::get('success') }}
@endif
@csrf
Cancel
{{--
Please provide a old password
--}} {{--
Please provide a new password
--}} {{--
Please provide a confirm password
--}} {{--
Cancel
--}}
@endsection @section('script') @endsection