@extends('layouts.admin') @section('content')

Client Configuration

{{ $client->name }}

Configure which tiers and modules are available for this client organization. Users will only see enabled content.

Back to Client
@if(session('success')) @endif @if(session('error')) @endif
@csrf

Available Tiers

@foreach($tiers as $tier)
@endforeach
Save Configuration
@endsection