@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')

My Profile Update

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