@extends('layouts.master') @section('tab_tittle','Change Password') @section('content')

Change Password

@livewire('authentication.change-password.change-password-component')
@endsection