@extends('layouts/contentLayoutMaster') @section('title', 'Lead Pricing & Types') @section('content')

Lead Pricing & Availability

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
Age Bucket Prices (USD)
Enabled Lead Types
@php $enabled = $settings->lead_types ?? ['life', 'mortgage_protection', 'health']; @endphp
Allowed States (optional)
Leave empty to allow all states.
Allowed Counties (optional)
Leave empty to allow all counties.
@endsection