{{ __('Mobile Settings') }}
{{ __('Manage branding and feature flags with secure, real-time mobile sync.') }}
{{ __('Live App Preview') }}
@php
$logo = $settings['branding']->firstWhere('key', 'logo_url')->value ?? '';
if ($logo && !Str::startsWith($logo, ['http', 'https', 'data:'])) $logo = asset($logo);
@endphp
{{ $settings['branding']->firstWhere('key', 'app_name')->value ?? 'biiproject' }}
{{ $settings['branding']->firstWhere('key', 'app_tagline')->value ?? 'Smart Solution' }}
{{ __('Sign In') }}
{{ __('Create Account') }}
v{{ $settings['app_updates']->firstWhere('key', 'app_version')->value ?? '2.0.0' }}
{{ __('Secure Connection') }}