@extends('frontend.user.layouts.dash') @section('title', lang('Change Password', 'user')) @section('content')
@include('frontend.user.includes.list')
{{ lang('Change Password', 'user') }}
@csrf
@endsection