Define pricing adjustments based on booking duration (in hours).
Leave Upper empty on the last tier to mean "Max" (no upper limit).
@php $oldTiers = old('tiers', [['lower'=>1,'upper'=>'','adjustment_type'=>'fixed','amount'=>0]]); @endphp
@foreach($oldTiers as $i => $tier)
@endforeach