env('BOOKING_BACK_SEAT_ENABLED', true), 'whole_vehicle_enabled' => env('BOOKING_WHOLE_VEHICLE_ENABLED', true), /* |-------------------------------------------------------------------------- | Front Seat Limit |-------------------------------------------------------------------------- | | The only inventory rule enforced in v1: max Front Seats a single | booking may request. | */ 'front_seat_max_per_booking' => env('BOOKING_FRONT_SEAT_MAX_PER_BOOKING', 1), ];