@extends('layouts.welcomelayouts.app') @section('title') My Balance | subtitle @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('users.include.sidebar')
@include('alerts.alerts')

Change Password

@csrf
@if ($errors->has('current_password'))

{{ $errors->first('current_password') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection @push('js') @endpush