@extends('backEnd.layouts.master') @section('title', 'Customer Insights Settings') @section('content') @php $tierMode = old('tier_mode', $settings['tier_mode'] ?? 'spend'); $tiers = old('tiers', $settings['tiers'] ?? $defaultTiers); @endphp
@endsection @push('styles') @endpush @push('scripts') @endpush