@extends('layouts.app') @section('title', 'Masuk') @section('head') @if(!empty($storeLogoUrl)) @php $loginFaviconPath = !empty($storeLogo) ? public_path('uploads/logo/' . $storeLogo) : null; $loginFaviconUrl = $storeLogoUrl . (!empty($loginFaviconPath) && file_exists($loginFaviconPath) ? '?v=' . filemtime($loginFaviconPath) : ''); @endphp @endif @endsection @section('content') @php $currentThemeKey = \App\Services\SettingsService::get('theme', 'blue'); $allThemes = \App\Services\SettingsService::getAvailableThemes(); $storeTheme = $allThemes[$currentThemeKey] ?? $allThemes['blue']; $themePrimary = $storeTheme['primary']; $themePrimaryDark = $storeTheme['primary_dark']; $themeGradient = $storeTheme['gradient']; @endphp
Metrik live operasional toko
Masuk ke akun Anda untuk melanjutkan
{{ session('success') }}
{{ session('error') ?? $errors->first() }}
{{ \App\Services\SettingsService::getStoreName() }}
Copyright © 2026. All rights reserved.