@extends('layouts.admin') @section('title', 'App Branding') @section('header', 'App Branding') @section('content')
Branding Settings
@csrf
@if(isset($settings['app_logo']))
Logo
@endif Recommended size: 200x200px, PNG format
Choose how the header should display on the storefront.
@if(isset($settings['app_icon']))
Icon
@endif
@if(!empty($settings['app_favicon']))
Favicon
@endif Used in browser tabs. Recommended size: 32x32px or 48x48px.
@if(!empty($settings['frontend_background_image']))
Frontend background
@endif Used as the soft animated storefront background and hero image. Recommended: 1920x1080 JPG/WebP.
Store App Colors
Used by the store owner mobile app.
Driver App Colors
Used by the driver mobile app.
Customer App Links
Used after successful feedback rating.

Onboarding Content
@for ($i = 1; $i <= 3; $i++)
Slide {{ $i }}
@if(!empty($settings["onboarding_slide_{$i}_image"]))
Slide {{ $i }} image
@endif
@endfor
@endsection