@extends('admin.layouts.app') @section('title', 'Customize Checkout') @section('content') @php $b = $settings['branding'] ?? []; $c = $settings['checkout'] ?? []; $o = $settings['otp'] ?? []; $primaryColor = $b['primary_color'] ?? '#111111'; $buttonColor = $b['button_color'] ?? '#111111'; $shopName = $b['shop_name'] ?? ($shop->name ?? 'Your Store'); $logoUrl = $b['logo_url'] ?? ''; $showCoupon = $c['show_coupon'] ?? true; $showDetails = $c['show_details_step'] ?? true; $welcomeMsg = $c['welcome_message'] ?? 'Fast & Secure Checkout'; $successMsg = $c['success_message'] ?? 'Your order has been placed!'; $otpTemplate = $o['message_template'] ?? 'Your OTP is {otp}. Valid for 5 minutes.'; @endphp
Live Preview
Enter your mobile number to receive an OTP
Changes update the preview live