@extends('layouts.app') @section('content')
@role('customer')

{{ 'UCS' . auth()->user()->mobile_number }}

User Name: {{ __(auth()->user()?->full_name) }} Active

Branch: {!! auth()->user()?->profile?->branch !!}

Phone: {{ auth()->user()?->full_name }}

Email: {{ auth()->user()?->email }}

Rate Group: Default Rates

Wallet Balance: ${{ number_format(round($balance ?? 0, 2)) }}

@endrole
@role('customer')
@endrole @role('customer') @endrole()
...
...
...
...
@endsection @section('modal') @endsection @push('scripts') @endpush