@csrf @if($pricing->exists) @method('PUT') @endif @php($selectedWaters = collect(old('waters', $pricing->exists ? ($pricing->waters->pluck('id')->all() ?: [$pricing->water_id]) : []))->map(fn ($id) => (string) $id)->all())
Hold Ctrl or Cmd to select more than one water.
exists ? $pricing->is_active : true))>
@php($items = old('items', $pricing->items ?? [['name' => '', 'price' => '', 'details' => '']])) @foreach($items as $index => $item) @endforeach
Ticket / SessionType / NotesPrice
£
booking_fee_required))>
Back @if($pricing->exists) @endif
@if($pricing->exists)
@csrf @method('DELETE')
@endif
@push('scripts') @endpush