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

Manage Tier

@if ($errors->any())
Oops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Tier Information
Short, recognizable name for this tier.
This helps to understand how this tier is used.
Tier Rules
Minimum points a customer must earn to reach this tier.
Defines how many points are earned per $1 spent.
Tier Controls
Controls whether this tier appears in listings.
Controls whether customers can earn or use this tier.
@endsection @section('script') @endsection