@extends('layouts.client.layout') @section('title') {{ __('Change Password') }} @endsection @section('client-content')
@include('client.profile.sidebar')

{{ __('Change Password') }}

@csrf
@endsection