@extends('layouts.frontend.app') @section('title', 'Password Change') @section('content')
@include('layouts.frontend.partials.userside')
Point Rate is {{setting('Point_rate')}} {{ setting('CURRENCY_CODE') }} You have {{auth()->user()->point}} point
@csrf
@endsection @push('js') @endpush