@extends('frontend.layout.dashboard-master') @section('site_title', __('Change Password')) @section('style') @endsection @section('content')

{{ __('Change Password') }}

{{ __('Choose a strong password and don\'t reuse it for other accounts.') }}

@csrf
{{-- Current Password --}}
{{-- New Password --}}
{{-- Confirm New Password --}}
@endsection @section('script') @endsection