Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update: disable unreserved seat for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomu-y committed Oct 25, 2021
1 parent 009a4d3 commit 2367e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/events/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class="col-md-4 col-form-label text-md-right">{{ __('seat_type') }}</label>
class="form-control @error('seat_type') is-invalid @enderror"
value="{{ old('seat_type') }}" required>
<option value="{{ SeatType::RESERVED }}">{{ __('reserved') }}</option>
<option value="{{ SeatType::UNRESERVED }}">{{ __('unreserved') }}</option>
{{-- <option value="{{ SeatType::UNRESERVED }}">{{ __('unreserved') }}</option> --}}
</select>
@error('seat_type')
<span class="invalid-feedback" role="alert">
Expand Down

0 comments on commit 2367e09

Please sign in to comment.