{{-- ========== Premium Navbar (Blade) ========== --}} @php $user = auth()->user(); $rawBalance = (float) ($user->balance ?? 0); $currency = '৳'; // change if needed @endphp @yield('title', 'LOAN APP') {{-- --}} {{-- Balance pill --}} @php $formatted = number_format($rawBalance, 2); @endphp {{ $currency }} {{ $formatted }} {{-- Logout --}} @csrf Logout {{-- Optional smooth count-up (respects reduced motion) --}}