@extends('frontend.layouts.main') @section('content')

Profil

Profil Ubah Sandi
@if(auth()->user()->nama_bank != 'notset')
@else
@endif
@endsection @section('account')

PROFILE

{{ auth()->user()->username }} {{ auth()->user()->username }} {{ strtoupper(auth()->user()->nama_bank) }} {{ censor(auth()->user()->nomor_rekening,4) }} {{ censor(auth()->user()->nama_lengkap,4) }}
@endsection