{{-- resources/views/settings/seasons.blade.php --}} @extends('layouts.app') @section('title', 'Seasons') @section('page_title', 'Seasons') @section('page_subtitle', 'Define pricing seasons') @section('content') @include('settings.partials.nav')
No seasons configured yet
| Name | Type | Start | End | Rate Multiplier | |
|---|---|---|---|---|---|
| {{ $season->name }} | {{ ucfirst($season->type) }} | {{ $season->start_date->format('d M Y') }} | {{ $season->end_date->format('d M Y') }} | {{ $season->rate_multiplier ?? 1 }}× |
|